Package solvcon :: Package tests :: Module test_case :: Class CaseCollect
[hide private]
[frames] | no frames]

Class CaseCollect

source code

object --+        
         |        
 hook.Hook --+    
             |    
hook.BlockHook --+
                 |
                CaseCollect

Instance Methods [hide private]
 
postmarch(self)
Things to do after the time march for a specific time step.
source code
 
preloop(self)
Things to do before the time-marching loop.
source code

Inherited from hook.BlockHook: __init__

Inherited from hook.Hook: drop_anchor, postloop, premarch

Inherited from hook.Hook (private): _depend, _makedir

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

Static Methods [hide private]

Inherited from hook.Hook (private): _deliver_anchor

Instance Variables [hide private]

Inherited from hook.Hook: cse, info, kws, psteps

Properties [hide private]

Inherited from hook.BlockHook: blk

Inherited from object: __class__

Method Details [hide private]

postmarch(self)

source code 

Things to do after the time march for a specific time step.

Overrides: hook.Hook.postmarch
(inherited documentation)

preloop(self)

source code 

Things to do before the time-marching loop.

Overrides: hook.Hook.preloop
(inherited documentation)