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

Class SplitSave

source code


Save the splitted geometry.

Instance Methods [hide private]
 
preloop(self)
Things to do before the time-marching loop.
source code

Inherited from VtkSave: __init__

Inherited from BlockHook (private): _collect_interior, _spread_interior

Inherited from Hook: drop_anchor, postloop, postmarch, 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 VtkSave: binary, cache_grid

Inherited from Hook: cse, info, kws, psteps

Properties [hide private]

Inherited from BlockHook: blk

Inherited from object: __class__

Method Details [hide private]

preloop(self)

source code 

Things to do before the time-marching loop.

Overrides: Hook.preloop
(inherited documentation)