# Static current conduction
#
run:
	$(ELMER_GRID) 1 2 Step
	$(ELMER_SOLVER)


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