Package esys :: Package lsm :: Package benchmarks :: Package gouge2d :: Module gouge2dbench :: Class Loading
[hide private]
[frames] | no frames]

Class Loading

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

Objects of this class provide the loading mechanism for a compression simulation.

Instance Methods [hide private]
 
__init__(self, lsm, dt, v)
x.__init__(...) initializes x; see help(type(x)) for signature
 
run(self)
Moves upper and lower walls by an increment parallel to the gouge axis and applies a constant force perpendicular to it.

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, dt, v)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

run(self)

 

Moves upper and lower walls by an increment parallel to the gouge axis and applies a constant force perpendicular to it.

Overrides: LsmPy.Runnable.run