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


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