# Basic test for shallow water navier-stokes
#
run:
	$(ELMER_GRID) 1 2 1d
	$(ELMER_SOLVER)


clean:
	/bin/rm -f test.log temp.log mon.out
	/bin/rm -rf 1d
