# Linear elasticity solver test in 2D (buckling)
#
run:
	$(ELMER_GRID) 1 2 buckling
	$(ELMER_SOLVER)

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