|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.integrator.RungeKutta
org.simBio.core.integrator.PositiveRK
public class PositiveRK
Keep the value positive, for Runge-Kutta.
| Field Summary |
|---|
| Fields inherited from class org.simBio.core.Parameter |
|---|
value |
| Fields inherited from interface org.simBio.core.Variable |
|---|
TINY |
| Constructor Summary | |
|---|---|
PositiveRK()
|
|
| Method Summary | |
|---|---|
protected void |
update(double dt)
keep the value positive. |
| Methods inherited from class org.simBio.core.integrator.RungeKutta |
|---|
addDydt, addValue, getDydt, getDydtOverY, prepare, setValue |
| Methods inherited from class org.simBio.core.Parameter |
|---|
getValue, getValueString, setInitializer, setValueString, setValueToField |
| Methods inherited from class org.simBio.core.Component |
|---|
accept, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented, quit, setLinks |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.simBio.core.Node |
|---|
getValue |
| Constructor Detail |
|---|
public PositiveRK()
| Method Detail |
|---|
protected void update(double dt)
Euler.update(double)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||