~iceshelfcavity/fluidity/basalmelt

« back to all changes in this revision

Viewing changes to tests/mms_tracer_cv_advdiff_eg_excludemass/MMS_B_cv.flml

  • Committer: Adam Candy
  • Date: 2012-07-31 12:45:55 UTC
  • mfrom: (3564.21.277 fluidity)
  • Revision ID: adam.candy@imperial.ac.uk-20120731124555-kdmekgqul3u5vjgl
Merge in of trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        <mesh name="VelocityMesh"/>
82
82
        <value name="WholeMesh">
83
83
          <python>
84
 
            <string_value lines="20" type="python">def val(XX, t):
 
84
            <string_value lines="20" type="code" language="python">def val(XX, t):
85
85
   from math import sin,cos
86
86
   x = XX[0];
87
87
   y = XX[1];
170
170
          </surface_ids>
171
171
          <type name="dirichlet">
172
172
            <python>
173
 
              <string_value lines="20" type="python">def val(XX, t):
 
173
              <string_value lines="20" type="code" language="python">def val(XX, t):
174
174
   from math import sin,cos,sqrt
175
175
   omega = 0.0;
176
176
   x = XX[0];
188
188
          </surface_ids>
189
189
          <type name="neumann">
190
190
            <python>
191
 
              <string_value lines="20" type="python">def val(XX, t):
 
191
              <string_value lines="20" type="code" language="python">def val(XX, t):
192
192
   from math import sin,cos,sqrt
193
193
   omega = 0.0;
194
194
   nu = 0.7;
207
207
          </surface_ids>
208
208
          <type name="neumann">
209
209
            <python>
210
 
              <string_value lines="20" type="python">def val(XX, t):
 
210
              <string_value lines="20" type="code" language="python">def val(XX, t):
211
211
   from math import sin,cos,sqrt
212
212
   omega = 0.0;
213
213
   nu = 0.7;
237
237
          <prescribed>
238
238
            <value name="WholeMesh">
239
239
              <python>
240
 
                <string_value lines="20" type="python">def val(XX, t):
 
240
                <string_value lines="20" type="code" language="python">def val(XX, t):
241
241
   from math import sin,cos,sqrt
242
242
   nu = 0.7;
243
243
   omega = 0.0;
299
299
        <mesh name="VelocityMesh"/>
300
300
        <value name="WholeMesh">
301
301
          <python>
302
 
            <string_value lines="20" type="python">def val(XX, t):
 
302
            <string_value lines="20" type="code" language="python">def val(XX, t):
303
303
   from math import sin,cos,sqrt
304
304
   omega = 0.0;
305
305
   x = XX[0];