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

« back to all changes in this revision

Viewing changes to tests/sediment_critical_shear/sediment_critical_shear.flml

  • Committer: Stephan Kramer
  • Date: 2012-03-12 13:58:04 UTC
  • mfrom: (3947.1.1 fluidity)
  • Revision ID: s.kramer@imperial.ac.uk-20120312135804-0vr1d500u3h5l152
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
            <integer_value shape="1" rank="1">7</integer_value>
51
51
          </aliased_boundary_ids>
52
52
          <coordinate_map>
53
 
            <string_value lines="20" type="python">def val(X,t):
 
53
            <string_value lines="20" type="code" language="python">def val(X,t):
54
54
   return(X[0]+200, X[1])</string_value>
55
55
          </coordinate_map>
56
56
        </periodic_boundary_conditions>
206
206
        <mesh name="VelocityMesh"/>
207
207
        <value name="WholeMesh">
208
208
          <python>
209
 
            <string_value lines="20" type="python">def val(X,t):
 
209
            <string_value lines="20" type="code" language="python">def val(X,t):
210
210
        if (t &lt; 200):
211
211
                return [0,0]
212
212
        else:
323
323
            <prescribed>
324
324
              <value name="WholeMesh">
325
325
                <python>
326
 
                  <string_value lines="20" type="python">def val(X,t):
 
326
                  <string_value lines="20" type="code" language="python">def val(X,t):
327
327
        if (t &lt; 200):
328
328
                return 0.1
329
329
        else: