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

« back to all changes in this revision

Viewing changes to tests/bdfm1_rossby_wave/bdfm1_rossby_wave_tube.swml

  • 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:
150
150
          <mesh name="CoordinateMesh"/>
151
151
          <value name="WholeMesh">
152
152
            <python>
153
 
              <string_value type="python" lines="20">def val(X,t):
 
153
              <string_value lines="20" type="python">def val(X,t):
154
154
  x = X[0]
155
155
  y = X[1]
156
156
  return [-x,-y,0]</string_value>