# Free surface solver test (Flowsolve internal, steady, axisymmetric)
#
run:
	$(ELMER_GRID) 1 2 Free
	$(ELMER_SOLVER)

clean:
	/bin/rm -rf Free test.log temp.log mon.out
