Package esys :: Package escript :: Module escriptcpp :: Class FunctionSpace
[hide private]
[frames] | no frames]

Class FunctionSpace

 object --+    
          |    
??.instance --+
              |
             FunctionSpace

Instance Methods [hide private]
 
__eq__(...)
__eq__( (FunctionSpace)arg1, (FunctionSpace)arg2) -> object
 
__init__(...)
__init__( (object)arg1) -> None
 
__ne__(...)
__ne__( (FunctionSpace)arg1, (FunctionSpace)arg2) -> object
 
__reduce__(...)
helper for pickle
 
__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__

Class Variables [hide private]
  __instance_size__ = 20
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__str__(...)
(Informal representation operator)

 

__str__( (FunctionSpace)arg1) -> str

Overrides: object.__str__