| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
hook.Hook --+
|
CflHook
Makes sure CFL number is bounded and print averaged CFL number over time. Reports CFL information per time step and on finishing. Implements (i) postmarch() and (ii) postloop() methods.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
aCFL accumulated CFL. |
|||
|
aadj number of adjusted CFL accumulated since last report. |
|||
|
cflmax CFL number should be less than the value. |
|||
|
cflmin CFL number should be greater than or equal to the value. |
|||
|
fullstop flag to stop when CFL is out of bound. |
|||
|
haadj total number of adjusted CFL since simulation started. |
|||
|
hnCFL hereditary minimal CFL. |
|||
|
hxCFL hereditary maximal CFL. |
|||
|
mCFL mean CFL. |
|||
|
name name of the CFL tool. |
|||
|
rsteps steps to run. |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Drop the anchor(s) to the solver object.
|
Things to do after the time march for a specific time step.
|
Things to do after the time-marching loop.
|
|
|||
fullstopflag to stop when CFL is out of bound. Default True. |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 8 17:43:24 2011 | http://epydoc.sourceforge.net |