25 |
# obviously one can choose: v_i-w_i=K_{ji}z_j and v_{mjl}-w_{mlj}=z_{li}*K_{milj} (no summation over l) |
# obviously one can choose: v_i-w_i=K_{ji}z_j and v_{mjl}-w_{mlj}=z_{li}*K_{milj} (no summation over l) |
26 |
# |
# |
27 |
|
|
28 |
|
__copyright__=""" Copyright (c) 2006 by ACcESS MNRF |
29 |
|
http://www.access.edu.au |
30 |
|
Primary Business: Queensland, Australia""" |
31 |
|
__license__="""Licensed under the Open Software License version 3.0 |
32 |
|
http://www.opensource.org/licenses/osl-3.0.php""" |
33 |
from esys.escript import * |
from esys.escript import * |
34 |
from esys.escript.linearPDEs import AdvectivePDE,LinearPDE |
from esys.escript.linearPDEs import AdvectivePDE,LinearPDE |
35 |
from esys import finley |
from esys import finley |