run: clean
	python sw_flather.py
clean:
	rm -f *vtu
	rm -f *pvd


