5 |
# |
# |
6 |
# p=(x0+x1)*t |
# p=(x0+x1)*t |
7 |
# |
# |
8 |
|
__copyright__=""" Copyright (c) 2006 by ACcESS MNRF |
9 |
|
http://www.access.edu.au |
10 |
|
Primary Business: Queensland, Australia""" |
11 |
|
__license__="""Licensed under the Open Software License version 3.0 |
12 |
|
http://www.opensource.org/licenses/osl-3.0.php""" |
13 |
|
|
14 |
from esys.escript.modelframe import Link,Simulation |
from esys.escript.modelframe import Link,Simulation |
15 |
from esys.modellib.geometry import RectangularDomain,VectorConstrainer |
from esys.modellib.geometry import RectangularDomain,VectorConstrainer |
16 |
from esys.modellib.input import Sequencer |
from esys.modellib.input import Sequencer |