Home | Trees | Indices | Help |
---|
|
object --+ | escript.modelframe.LinkableObject --+ | escript.modelframe.ParameterSet --+ | escript.modelframe.Model --+ | Sequencer
Runs through time until t_end is reached.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
float
|
dt_max maximum time step size, default Model.UNDEF_DT (in) |
||
float
|
t current time stamp (in/out). |
||
float
|
t_end model is terminated when t_end is passed, default 1 (in). |
|
|||
Inherited from |
|
Creates a model. Just calls the parent constructor.
|
initialize time integration
|
Finalises the time step. dt is the currently used time step size. This function may be overwritten.
|
Sets up a time step of step size dt. This function may be overwritten.
|
returns true when t has reached t_end
|
returns dt_max
|
|
tcurrent time stamp (in/out). By default it is initialized with zero.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Aug 10 10:04:39 2009 | http://epydoc.sourceforge.net |