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

« back to all changes in this revision

Viewing changes to tests/sw_kelvin_wave/kelvin_wave.swml

  • 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:
100
100
      </vector_field>
101
101
    </gravity>
102
102
    <coriolis>
103
 
      <string_value lines="20" type="python">def val(X,t):
 
103
      <string_value lines="20" type="code" language="python">def val(X,t):
104
104
   return 1.0313e-04</string_value>
105
105
    </coriolis>
106
106
  </physical_parameters>
142
142
        </solver>
143
143
        <initial_condition name="WholeMesh">
144
144
          <python>
145
 
            <string_value lines="20" type="python">def val(X,t):
 
145
            <string_value lines="20" type="code" language="python">def val(X,t):
146
146
   from math import sqrt, exp
147
147
   LR = 68000.
148
148
   u = [0.0,0.0]
228
228
        </solver>
229
229
        <initial_condition name="WholeMesh">
230
230
          <python>
231
 
            <string_value lines="20" type="python">def val(X,t):
 
231
            <string_value lines="20" type="code" language="python">def val(X,t):
232
232
   from math import exp
233
233
   LR = 68000.
234
234
   u = [0.0,0.0]