|
__eq__(...)
__eq__( (FunctionSpace)arg1, (FunctionSpace)arg2) -> object |
|
|
|
__init__(...)
__init__( (object)arg1) -> None |
|
|
|
__ne__(...)
__ne__( (FunctionSpace)arg1, (FunctionSpace)arg2) -> object |
|
|
|
|
|
__str__(...)
__str__( (FunctionSpace)arg1) -> str |
|
|
|
getDim(...)
getDim( (FunctionSpace)arg1) -> int |
|
|
|
getDomain(...)
getDomain( (FunctionSpace)arg1) -> Domain |
|
|
|
getListOfTags(...)
getListOfTags( (FunctionSpace)arg1) -> list |
|
|
|
getNormal(...)
getNormal( (FunctionSpace)arg1) -> Data |
|
|
|
getReferenceIDFromDataPointNo(...)
getReferenceIDFromDataPointNo( (FunctionSpace)arg1, (int)arg2) ->
int |
|
|
|
getSize(...)
getSize( (FunctionSpace)arg1) -> Data |
|
|
|
getTagFromDataPointNo(...)
getTagFromDataPointNo( (FunctionSpace)arg1, (int)arg2) -> int |
|
|
|
getX(...)
getX( (FunctionSpace)arg1) -> Data |
|
|
|
setTags(...)
setTags( (FunctionSpace)arg1, (int)arg2, (Data)arg3) -> None |
|
|
Inherited from unreachable.instance :
__new__
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|