# A test for homeginization of 2D heat equation
#
run:
	$(ELMER_SOLVER)


clean:
	/bin/rm test.log temp.log mon.out mesh/*.vtu flux.dat*
