~fluidity-core/fluidity/shallow-water-dev

« back to all changes in this revision

Viewing changes to tests/Helmholtz-anisotropic-vector-mms-p1p1cg/MMS_B.flml

  • Committer: colin.cotter at ac
  • Date: 2011-11-09 18:16:59 UTC
  • Revision ID: colin.cotter@imperial.ac.uk-20111109181659-0xy3bdxeaswyekbc
A few fixes for adjoint, plus tweaking some swmls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
        </solver>
186
186
        <initial_condition name="WholeMesh">
187
187
          <python>
188
 
            <string_value type="python" lines="20">def val(X,t):
 
188
            <string_value lines="20" type="python">def val(X,t):
189
189
   import helmholtz_tools as k
190
190
   return k.velocity(X)</string_value>
191
191
          </python>
231
231
          <prescribed>
232
232
            <value name="WholeMesh">
233
233
              <python>
234
 
                <string_value type="python" lines="20">def val(X,t):
 
234
                <string_value lines="20" type="python">def val(X,t):
235
235
   import helmholtz_tools as k
236
236
   return k.forcing_mom(X)</string_value>
237
237
              </python>