Package esys :: Package lsm :: Package examples :: Package simple :: Module compress3d :: Class Loading
[hide private]
[frames] | no frames]

Class Loading

 object --+        
          |        
??.instance --+    
              |    
 LsmPy.Runnable --+
                  |
                 Loading

Loading mechanism which moves the walls.

Instance Methods [hide private]
 
__init__(self, lsm)
Initialise loading object with a reference to an LsmMpi object.
 
run(self)
Moves walls in compressive fashion.

Inherited from LsmPy.Runnable: __reduce__

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]

Inherited from LsmPy.Runnable: __instance_size__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, lsm)
(Constructor)

 

Initialise loading object with a reference to an LsmMpi object.

Parameters:
Overrides: object.__init__

run(self)

 

Moves walls in compressive fashion.

Overrides: LsmPy.Runnable.run