~fluidity-core/fluidity/global_numbering

« back to all changes in this revision

Viewing changes to tests/mphase_rogue_shock_tube_dense_bed_nylon/Makefile

  • Committer: David Ham
  • Date: 2012-09-27 15:22:54 UTC
  • mfrom: (3475.1.599 fluidity)
  • Revision ID: david.ham@imperial.ac.uk-20120927152254-nr3ohx560wbg8s8n
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
preprocess:
 
2
        @echo **********Creating 2D mesh
 
3
        gmsh -2 -o mphase_rogue_shock_tube_dense_bed_nylon.msh src/mphase_rogue_shock_tube_dense_bed_nylon.geo
 
4
        ../../bin/gmsh2triangle --2d mphase_rogue_shock_tube_dense_bed_nylon.msh
 
5
 
 
6
run:
 
7
        @echo **********Running simulation
 
8
        ../../bin/fluidity mphase_rogue_shock_tube_dense_bed_nylon.flml
 
9
 
 
10
input: clean preprocess
 
11
 
 
12
clean:
 
13
        rm -f *.stat *.steady_state*
 
14
        rm -f *.d.* *.vtu
 
15
        rm -f *.msh
 
16
        rm -f *.ele *.edge *.node *.poly
 
17
        rm -f matrixdump* *.log* *.err*