/[escript]/branches/ROBW_XPLATFORM/modellib/test/python/flow_test.py
ViewVC logotype

Diff of /branches/ROBW_XPLATFORM/modellib/test/python/flow_test.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 148 by jgs, Tue Aug 23 01:24:31 2005 UTC revision 150 by jgs, Thu Sep 15 03:44:45 2005 UTC
# Line 5  Line 5 
5  #  #
6  #   p=(x0+x1)*t  #   p=(x0+x1)*t
7  #  #
8  from escript.modelframe import Link,Simulation  from esys.escript.modelframe import Link,Simulation
9  from modellib.geometry import RectangularDomain,VectorConstrainer  from esys.modellib.geometry import RectangularDomain,VectorConstrainer
10  from modellib.input import Sequencer  from esys.modellib.input import Sequencer
11  from modellib.probe import Probe,EvaluateExpression  from esys.modellib.probe import Probe,EvaluateExpression
12  from modellib.flow import SteadyIncompressibleFlow  from esys.modellib.flow import SteadyIncompressibleFlow
13    
14  dom=RectangularDomain()  dom=RectangularDomain()
15  dom.order=2  dom.order=2

Legend:
Removed from v.148  
changed lines
  Added in v.150

  ViewVC Help
Powered by ViewVC 1.1.26