|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DESystem
A differential equation system describes how to compute the rate of change at a given state of the system.
Method Summary | |
---|---|
boolean |
containsEventsOrRules()
This method is used to check if this differential equation system contains any events or rules that would require a special treatment by the numerical solver. |
String[] |
getIdentifiers()
Delivers an array of String s that describe the content of each
dimension of the resulting array of this DESystem . |
int |
getPositiveValueCount()
|
void |
setDelaysIncluded(boolean delaysIncluded)
|
Methods inherited from interface org.apache.commons.math.ode.FirstOrderDifferentialEquations |
---|
computeDerivatives, getDimension |
Method Detail |
---|
String[] getIdentifiers()
String
s that describe the content of each
dimension of the resulting array of this DESystem
.
String
s which has the same length than the
number given by FirstOrderDifferentialEquations.getDimension()
. Each
String
describes the content of the given dimension.boolean containsEventsOrRules()
true
if any events or rules are contained
in the differential equation system.int getPositiveValueCount()
void setDelaysIncluded(boolean delaysIncluded)
delaysIncluded
- Determines whether delay expression should be included in the calculation.
|
Generated at April 19 2013 Version 1.3 Revision 424 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |