Home | Trees | Indices | Help |
---|
|
object --+ | escript.modelframe.LinkableObject --+ | escript.modelframe.ParameterSet --+ | InterpolatedTimeProfile
Returns values at each time. The values are defined through given values at time node.
value[i] defines the value at time nodes[i]. Between nodes linear interpolation is used.
For time t<nodes[0], value[0] is used and for t>nodes[l], values[l] is used where l=len(nodes)-1.
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
node (in) list of time nodes |
|||
t (in) current time |
|||
values (in) list of values at time nodes |
|
|||
Inherited from |
|
Creates a ParameterSet with given parameters.
|
current value Link against this method to get the output of this model. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Aug 10 10:04:39 2009 | http://epydoc.sourceforge.net |