# Elasticity solver test in 2D
#

run:
	$(ELMER_GRID) 1 2 elasticity
	$(ELMER_SOLVER)

clean:
	/bin/rm test.log temp.log mon.out
	/bin/rm -r elasticity
