Package solvcon :: Package kerpak :: Module euler :: Class ConservationHook
[hide private]
[frames] | no frames]

Class ConservationHook

source code

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

Instance Methods [hide private]
 
__init__(self, cse, **kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
preloop(self)
Things to do before the time-marching loop.
source code
 
_calculate(self) source code
 
postmarch(self)
Things to do after the time march for a specific time step.
source code
 
postloop(self)
Things to do after the time-marching loop.
source code

Inherited from hook.Hook: drop_anchor, 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]

__init__(self, cse, **kw)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • cse - Case object.
Overrides: object.__init__
(inherited documentation)

preloop(self)

source code 

Things to do before the time-marching loop.

Overrides: hook.Hook.preloop
(inherited documentation)

postmarch(self)

source code 

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

Overrides: hook.Hook.postmarch
(inherited documentation)

postloop(self)

source code 

Things to do after the time-marching loop.

Overrides: hook.Hook.postloop
(inherited documentation)