# Mapping for extruded structured meshes
#
run:
	$(ELMER_GRID) 1 2 square.grd 
	$(ELMER_SOLVER)


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