# Harmonic magnetodynmics example with 3-phase current
#
run:
	$(ELMER_GRID) 1 2 kiskot
	$(ELMER_SOLVER)


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