# A test for simple 2D rotating BCs 
run:
	$(ELMER_GRID) 1 2 pieces.grd
	$(ELMER_SOLVER)


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