# A simple heat equation test with variable timestep bdf2
#
run:
	$(ELMER_GRID) 1 2 angle
	$(ELMER_SOLVER)


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