# A poisson equation solver using the coupled system routines
#
run:
	$(ELMER_GRID) 1 2 internal_slope
	$(ELMER_SOLVER)


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