| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
dict --+
|
CaseInfo --+
|
BaseCase
Base class for simulation cases.
init() and run() are the two primary methods responsible for the execution of the simulation case object. Both methods accept a keyword parameter ``level'' which indicates the run level of the run:
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
| callable |
|
||
|
|||
CSEFN_DEFAULT =
|
|||
defdict =
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
runhooks a special list containing all the hook objects to be run. |
|||
|
|||
|
Inherited from |
|||
|
|||
Print to user and record start time for certain action.
|
Print to user and record end time for certain action.
|
Initiailize the basic case. Set through keyword parameters.
|
Dynamically execute the codes stored in the input file specified by the case.
|
Initialize solver. Nothing inside now.
|
Run the simulation case; time marching.
|
Decorate simulation functions. This function asserts required signature which is necessary for a function to be a valid simulation function. Moreover, all the simulation function should be decorated by this decorator.
|
|
|||
defdict
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 2 11:22:10 2011 | http://epydoc.sourceforge.net |