~f-milthaler/fluidity/fsi-model-stationary-solid-with-velocity

« back to all changes in this revision

Viewing changes to tests/viscous_fs_zhong_spatial_explicit/Makefile

  • Committer: f.milthaler10 at uk
  • Date: 2013-11-06 13:43:56 UTC
  • mfrom: (3463.184.85 fluidity)
  • Revision ID: f.milthaler10@imperial.ac.ic.uk.-20131106134356-v3lw1dheesckywj0
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
input: clean
2
 
        gmsh -2 src/squareA.geo
3
 
        ../../tools/gmsh2triangle.py --2d -i src/squareA.msh
4
 
        gmsh -2 src/squareB.geo
5
 
        ../../tools/gmsh2triangle.py --2d -i src/squareB.msh
 
2
        gmsh -2 -bin src/squareA.geo -o squareA.msh
 
3
        gmsh -2 -bin src/squareB.geo -o squareB.msh
6
4
 
7
5
clean:
8
 
        rm -rf src/*.msh *.stat *.vtu *.log-0 *.err-0 *checkpoint *.convergence *.log *.node *.edge *.ele
 
6
        rm -rf *.msh *.stat *.vtu *.log-0 *.err-0 *checkpoint *.convergence *.log *.node *.edge *.ele