# Transient advection-diffusion test with diffusion through material interface
#
run:
	$(ELMER_GRID) 1 2 Step2
	$(ELMER_SOLVER)


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