# initially passive bodies activated during the simulation
#
run:
	$(ELMER_GRID) 1 2 tmesh.grd
	$(ELMER_SOLVER)


clean:
	/bin/rm test.log temp.log
	/bin/rm -r tmesh
