# A simple test for Reynolds equation on a plate.
#
run:
	$(ELMER_GRID) 1 2 cylplate
	$(ELMER_SOLVER)


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