~iceshelfcavity/fluidity/basalmelt

« back to all changes in this revision

Viewing changes to tests/mphase_test1_2d/Makefile

  • Committer: Satoshi Kimura
  • Date: 2011-12-09 10:06:42 UTC
  • mfrom: (3564.21.132 fluidity)
  • Revision ID: skimura04@gmail.com-20111209100642-s28wu1yzbhb0pfc0
Merge the trunk to be updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
BIN = `which dfluidity`
3
 
 
4
 
mesh: distclean
5
 
        gmsh -2 src/test.geo
6
 
        ../../bin/gmsh2triangle --2d src/test.msh
7
 
 
8
 
p1p1:
9
 
        ${BIN} -v3 -x test_p1p1.flml | tee test_p1p1.log
10
 
 
11
 
anisotropic_p1p1:
12
 
        ${BIN} -v3 -x test_anisotropic_p1p1.flml | tee test_anisotropic_p1p1.log
13
 
 
14
 
p1dgp2:
15
 
        ${BIN} -v3 -x test_p1dgp2.flml | tee test_p1dgp2.log
16
 
 
17
 
clean:
18
 
        rm -rf *.stat *.vtu *.log matrix* *checkpoint* *.convergence *.log
19
 
 
20
 
distclean: clean
21
 
        rm -rf *.node *.edge *.ele src/*.msh
22