Package solvcon :: Module hook :: Class BlockInfoHook
[hide private]
[frames] | no frames]

Class BlockInfoHook

source code


Instance Methods [hide private]
 
__init__(self, cse, **kw)
If keyword psteps is None, postmarch method will not output performance information.
source code
 
preloop(self)
Things to do before the time-marching loop.
source code
 
_show_performance(self)
Show and store performance information.
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 BlockHook (private): _collect_interior, _spread_interior

Inherited from Hook: drop_anchor, premarch

Inherited from 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 (private): _deliver_anchor

Instance Variables [hide private]

Inherited from Hook: cse, info, kws, psteps

Properties [hide private]

Inherited from BlockHook: blk

Inherited from object: __class__

Method Details [hide private]

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

source code 

If keyword psteps is None, postmarch method will not output performance information.

Parameters:
  • cse - Case object.
Overrides: object.__init__

preloop(self)

source code 

Things to do before the time-marching loop.

Overrides: Hook.preloop
(inherited documentation)

postmarch(self)

source code 

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

Overrides: Hook.postmarch
(inherited documentation)

postloop(self)

source code 

Things to do after the time-marching loop.

Overrides: Hook.postloop
(inherited documentation)