~iceshelfcavity/fluidity/basalmelt

« back to all changes in this revision

Viewing changes to tests/tracer_inflow_1d_cg/tracer.flml

  • Committer: Adam Candy
  • Date: 2012-07-31 12:45:55 UTC
  • mfrom: (3564.21.277 fluidity)
  • Revision ID: adam.candy@imperial.ac.uk-20120731124555-kdmekgqul3u5vjgl
Merge in of trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
          <type name="dirichlet">
138
138
            <apply_weakly/>
139
139
            <python>
140
 
              <string_value lines="20" type="python">def val(X,t):
 
140
              <string_value lines="20" type="code" language="python">def val(X,t):
141
141
        from math import sin,pi
142
142
        tscale=5
143
143
        if (t/tscale&lt;1):