| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
escript.modelframe.LinkableObject --+
|
escript.modelframe.ParameterSet --+
|
escript.modelframe.Model --+
|
VectorConstrainerOverBox
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
back list of three boolean. |
|||
|
bottom list of three boolean. |
|||
|
domain domain |
|||
|
front list of three boolean. |
|||
|
left list of three boolean. |
|||
|
right list of three boolean. |
|||
|
tol absolute tolerance for "x=max x" condition, default 1.e-8 (in). |
|||
|
top list of three boolean. |
|||
|
|||
|
Inherited from |
|||
|
|||
Creates a model. Just calls the parent constructor.
|
|
|
|
|||
backlist of three boolean. left[i]==True sets a constraint for the i-th component at the back face of the domain (x[2]=max x[2]), default [False,False,False] (in). |
bottomlist of three boolean. left[i]==True sets a constraint for the i-th component at the bottom face of the domain (x[1]=min x[1]), default [False,False,False] (in). |
frontlist of three boolean. left[i]==True sets a constraint for the i-th component at the front face of the domain (x[2]=min x[2]), default [False,False,False] (in). |
leftlist of three boolean. left[i]==True sets a constraint for the i-th component at the left face of the domain (x[0]=min x[0]), default [False,False,False] (in). |
rightlist of three boolean. left[i]==True sets a constraint for the i-th component at the right face of the domain (x[0]=max x[0]), default [False,False,False] (in). |
toplist of three boolean. left[i]==True sets a constraint for the i-th component at the top face of the domain (x[1]=min x[1]), default [False,False,False] (in). |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri May 25 00:38:46 2012 | http://epydoc.sourceforge.net |