~asc/fluidity/extrudeup

« back to all changes in this revision

Viewing changes to examples/stokes_square_convection/Makefile

  • Committer: Rhodri Davies
  • Date: 2012-10-09 16:13:50 UTC
  • Revision ID: rhodri.davies@imperial.ac.uk-20121009161350-lcv7arh3pz2iaq1g
Commit mesh files for debugging purposes only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
preprocess: 
2
2
        @echo **********Generating structured meshes using gmsh in 2d:
3
 
        gmsh -2 -o mesh/square_24.msh mesh/square_24.geo
4
 
        gmsh -2 -o mesh/square_48.msh mesh/square_48.geo
 
3
#       gmsh -2 -o mesh/square_24.msh mesh/square_24.geo
 
4
#       gmsh -2 -o mesh/square_48.msh mesh/square_48.geo
5
5
 
6
6
run:
7
7
        @echo **********To run this case at a grid resolution of 24x24, use make run_24.
24
24
 
25
25
clean:
26
26
        @echo **********Cleaning the output from previous fluidity runs:
27
 
        rm -rf *.pdf *.stat *.vtu *checkpoint* *.log-0 *.err-0 matrixdump* mesh/*.msh
 
27
        rm -rf *.pdf *.stat *.vtu *checkpoint* *.log-0 *.err-0 matrixdump* #mesh/*.msh