# Modal analysis with geometric stiffness in 2D
#
run:
	$(ELMER_GRID) 1 2 geomstiff
	$(ELMER_SOLVER)

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