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

« back to all changes in this revision

Viewing changes to tests/Helmholtz-mms-p2p1cg-noadv/MMS_A.flml

  • 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:
136
136
        </solver>
137
137
        <initial_condition name="WholeMesh">
138
138
          <python>
139
 
            <string_value lines="20" type="python">def val(X,t):
 
139
            <string_value lines="20" type="code" language="python">def val(X,t):
140
140
    from math import pi, exp 
141
141
    x = X[0]; y = X[1]
142
142
    # Gaussian
151
151
          </surface_ids>
152
152
          <type name="dirichlet">
153
153
            <python>
154
 
              <string_value lines="20" type="python">def val(X,t):
 
154
              <string_value lines="20" type="code" language="python">def val(X,t):
155
155
    from math import pi, exp 
156
156
    x = X[0]; y = X[1]
157
157
    # Gaussian