~fluidity-core/fluidity/sediment_restructure

« back to all changes in this revision

Viewing changes to tests/mmat-interpolation-2d-parallel/mmat-interpolation.flml

merge with branch including remap_surface_to_field but then removed this change and approached it a different way which seems to work

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
            <string_value lines="20" type="python">def val(X,t):
134
134
   from math import sin, cos
135
135
   # Shear rotation about origin.
136
 
   return (sin(X[0])*cos(X[1]), -1.0*cos(X[0])*sin(X[1]), 0.0)</string_value>
 
136
   return (sin(X[0])*cos(X[1]), -1.0*cos(X[0])*sin(X[1]))</string_value>
137
137
          </python>
138
138
        </value>
139
139
        <output/>