# A simple heat equation test
#
run:
	$(ELMER_GRID) 1 2 cube
	$(ELMER_SOLVER)


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