# Simple 2D eigenmode analysis for elactis structures
#

run:
	$(ELMER_GRID) 1 2 angle.grd
	$(ELMER_SOLVER)

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

