~fluidity-core/fluidity/sea-ice-branch

« back to all changes in this revision

Viewing changes to tests/mphase_rogue_shock_tube_dense_bed_glass/Makefile

  • Committer: Simon Mouradian
  • Date: 2012-10-19 10:35:59 UTC
  • mfrom: (3520.32.371 fluidity)
  • Revision ID: simon.mouradian06@imperial.ac.uk-20121019103559-y36qa47phc69q8sc
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_glass.msh src/mphase_rogue_shock_tube_dense_bed_glass.geo
 
4
        ../../bin/gmsh2triangle --2d mphase_rogue_shock_tube_dense_bed_glass.msh
 
5
 
 
6
run:
 
7
        @echo **********Running simulation
 
8
        ../../bin/fluidity mphase_rogue_shock_tube_dense_bed_glass.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*
 
18
        rm -rf mphase_rogue_shock_tube_dense_bed_glass_* nohup.out