# A periodic boundary condition test
#
run:
	$(ELMER_GRID) 1 2 crucible
	$(ELMER_SOLVER)


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