# 3D elastic beam extraction
#
run:
	$(ELMER_GRID) 1 2 beam3d
	$(ELMER_SOLVER)


clean:
	/bin/rm mon.out kmat.* 
	/bin/rm -r beam3d
