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

Class MarchSave

source code


Save the geometry and variables in a case when time marching.

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

Inherited from BlockHook (private): _collect_interior, _spread_interior

Inherited from Hook: drop_anchor, postloop, 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]
  vtkfn_tmpl
template for output file name(s).

Inherited from VtkSave: binary, cache_grid

Inherited from Hook: cse, info, kws, psteps

Properties [hide private]
tuple data
Get dictionaries for scalar and vector data from case.

Inherited from 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.preloop
(inherited documentation)

postmarch(self)

source code 

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

Overrides: Hook.postmarch
(inherited documentation)

Property Details [hide private]

data

Get dictionaries for scalar and vector data from case.

Get Method:
unreachable.data(self) - Get dictionaries for scalar and vector data from case.
Type:
tuple