# Capacitance computation test
#
run:
	$(ELMER_GRID) 1 2 plates
	$(ELMER_SOLVER)


clean:
	/bin/rm test.log temp.log mon.out cmatrix.dat
	/bin/rm -r plates
