|
|
MPIBarrier(...)
Wait until all processes have reached this point |
|
|
|
|
__init__(...)
__init__( (object)arg1 [, (object)arg2]) -> None |
|
|
|
|
|
|
|
addPDEToRHS(...)
adds a PDE onto the stiffness matrix mat and a rhs |
|
|
|
|
addPDEToSystem(...)
adds a PDE onto the stiffness matrix mat and a rhs |
|
|
|
|
|
|
|
dump(...)
dumps the mesh to a file with the given name. |
|
|
|
tuple
|
getDataShape(...)
Returns:
a pair (dps, ns) where dps=the number of data points per sample, and ns=the number of samples |
|
|
|
string
|
|
|
int
|
|
|
int
|
|
|
int
|
|
|
Data
|
getNormal(...)
Returns:
boundary normals at the quadrature point on the face elements |
|
|
|
int
|
|
|
Data
|
getSize(...)
Returns:
the element size |
|
|
|
int
|
getSystemMatrixTypeId(...)
Returns:
the identifier of the matrix type to be used for the global stiffness matrix when a particular solver, package, perconditioner, and symmetric matrix is used. |
|
|
|
string
|
getTag(...)
Returns:
tag id for name |
|
|
|
int
|
getTransportTypeId(...)
Returns:
the identifier of the transport problem type to be used when a particular solver, perconditioner, package and symmetric matrix is used. |
|
|
|
Data
|
getX(...)
Returns:
locations in the FEM nodes |
|
|
|
bool
|
|
|
|
newOperator(...)
creates a SystemMatrixAdapter stiffness matrix and initializes it with zeros |
|
|
|
|
|
bool
|
|
|
|
|
|
|
saveDX(...)
Saves a dictonary of Data objects to an OpenDX input file. |
|
|
|
|
saveVTK(...)
Saves a dictonary of Data objects to an VTK XML input file. |
|
|
|
|
|
|
|
setX(...)
assigns new location to the domain |
|
|
|
string
|
showTagNames(...)
Returns:
A space separated list of tag names |
|
|
|
|
write(...)
Write the current mesh to a file with the given name. |
|
|
|
Inherited from escript.escriptcpp.Domain:
__eq__,
__ne__,
__reduce__,
getStatus,
supportsContactElements
Inherited from unreachable.instance:
__new__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|