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

Class Domain

 object --+    
          |    
??.instance --+
              |
             Domain
Known Subclasses:

Base class for all domains.

Instance Methods [hide private]
 
MPIBarrier(...)
MPIBarrier( (Domain)arg1) -> None
 
__eq__(...)
__eq__( (Domain)arg1, (Domain)arg2) -> object
 
__init__(...)
Raises an exception This class cannot be instantiated from Python
 
__ne__(...)
__ne__( (Domain)arg1, (Domain)arg2) -> object
 
__reduce__(...)
helper for pickle
 
dump(...)
dump( (Domain)arg1, (str)arg2) -> None
 
getDim(...)
getDim( (Domain)arg1) -> int
 
getMPIRank(...)
getMPIRank( (Domain)arg1) -> int
 
getMPISize(...)
getMPISize( (Domain)arg1) -> int
 
getNormal(...)
getNormal( (Domain)arg1) -> Data
 
getSize(...)
getSize( (Domain)arg1) -> Data
 
getStatus(...)
getStatus( (Domain)arg1) -> int
 
getTag(...)
getTag( (Domain)arg1, (str)arg2) -> int
 
getX(...)
getX( (Domain)arg1) -> Data
 
isValidTagName(...)
isValidTagName( (Domain)arg1, (str)arg2) -> bool
 
onMasterProcessor(...)
onMasterProcessor( (Domain)arg1) -> bool
 
saveDX(...)
saveDX( (Domain)arg1, (str)arg2, (dict)arg3) -> None
 
saveVTK(...)
saveVTK( (Domain)arg1, (str)arg2, (dict)arg3, (str)arg4, (str)arg5) -> None
 
setTagMap(...)
setTagMap( (Domain)arg1, (str)arg2, (int)arg3) -> None
 
showTagNames(...)
showTagNames( (Domain)arg1) -> str

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Raises an exception This class cannot be instantiated from Python

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)