~fluidity-core/fluidity/fluidity-gmsh2triangle-fix-reordering

« back to all changes in this revision

Viewing changes to tests/cv_mass_matrix_check_p1/cv_mass_matrix_check_p1_1d.flml

  • Committer: Tim Greaves
  • Date: 2012-03-02 18:44:46 UTC
  • Revision ID: tim.greaves@imperial.ac.uk-20120302184446-9lbhluleeg16zdgu
Following the update of spud in Fluidity to r.520 of lp:spud, this commit
updates all options files in the Fluidity trunk, resulting from running
tools/update_options.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
    <scalar_field name="SumCVMassMatrix" rank="0">
146
146
      <diagnostic>
147
147
        <algorithm name="scalar_python_diagnostic" material_phase_support="multiple">
148
 
          <string_value type="python" lines="20">cvmass = states["fluid"].scalar_fields["CVMassMatrix"]
 
148
          <string_value lines="20" type="python">cvmass = states["fluid"].scalar_fields["CVMassMatrix"]
149
149
 
150
150
sum_cvmass = sum(cvmass.val)
151
151