# Test the BEM solver for Laplace (Poisson) equation
#
run:
	$(ELMER_GRID) 1 2 heater
	$(ELMER_SOLVER)


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