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


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