# Flow-structure interaction (FSI) test in 2D, expanding box
#
run:
	$(ELMER_GRID) 1 2 box
	$(ELMER_SOLVER)

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