~fluidity-core/fluidity/global_numbering

« back to all changes in this revision

Viewing changes to tests/mphase_mms_p1p1stabilised_no_interactions/mphase_mms_p1p1stabilised_no_interactions.xml

  • 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:
169
169
cd_convergence_p = log(cd_ratio, 2)
170
170
    </variable>
171
171
 
 
172
    <variable name="solvers_converged" language="python">
 
173
import os
 
174
files = os.listdir("./")
 
175
solvers_converged = not "matrixdump" in files and not "matrixdump.info" in files
 
176
    </variable>
172
177
  </variables>
173
178
  
174
179
  <pass_tests>
226
231
assert(cd_convergence_p &gt; 1.1)
227
232
    </test>
228
233
    
 
234
    <test name="Solvers converged" language="python">
 
235
assert(solvers_converged)
 
236
    </test>
 
237
    
229
238
  </pass_tests>
230
239
  
231
240
  <warn_tests>