|
|
__eq__(...)
__eq__( (FunctionSpace)arg1, (FunctionSpace)arg2) -> object |
|
|
|
|
__init__(...)
__init__( (object)arg1) -> None |
|
|
|
|
__ne__(...)
__ne__( (FunctionSpace)arg1, (FunctionSpace)arg2) -> object |
|
|
|
|
|
|
|
__str__(...)
__str__( (FunctionSpace)arg1) -> str |
|
|
|
int
|
getApproximationOrder(...)
Returns:
the approximation order refering to the maximum degree of a polynomial which can be represenred exactly in interplation and/or integration. |
|
|
|
int
|
getDim(...)
Returns:
the spatial dimension of the underlying domain. |
|
|
|
Domain
|
|
|
list
|
getListOfTags(...)
Returns:
a list of the tags used in this function space |
|
|
|
Data
|
getNormal(...)
Returns:
the surface normal field. |
|
|
|
int
|
|
|
Data
|
|
|
int
|
|
|
Data
|
getX(...)
getX( (FunctionSpace)arg1) -> Data : |
|
|
|
|
setTags(...)
Set tags according to a mask |
|
|
|
Inherited from unreachable.instance:
__new__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
|