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

« back to all changes in this revision

Viewing changes to examples/backward_facing_step_2d/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:
6
6
        cd $(TYPE); \
7
7
        ln -s ../backward_facing_step_2d_kim_$(TYPE).flml .; \
8
8
        echo **********Generating mesh for $(TYPE) simulation.; \
9
 
        gmsh -2 -o step2d-kim-med.msh ../src/step2d-kim-med.geo; \
 
9
        gmsh -2 -optimize -o step2d-kim-med.msh ../src/step2d-kim-med.geo; \
10
10
        $(BIN)/gmsh2triangle -2 step2d-kim-med.msh; \
11
11
        cd ..
12
12
 
29
29
        @echo **********Cleaning the output from previous fluidity runs
30
30
        rm -r kepsilon reference *.pdf
31
31
 
 
32
space:
 
33
        @$(foreach N,1 2 3 4 5 6 7 8 9, \
 
34
                rm $(TYPE)/*_*$(N).vtu; \
 
35
        )