|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJxnCOMAnalyzer
public class JxnCOMAnalyzer
Retrieves the solution from a ContinuousOutputModel
.
See CommonsMath_ODE_RLC_circuit~Demo.jxn
for an example.
Method Summary | |
---|---|
static double[] |
analyze(ContinuousOutputModel com,
double[] t,
int iState)
Returns an array of state values yiState(tk) for tk values
given in the array t . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static double[] analyze(ContinuousOutputModel com, double[] t, int iState)
yiState(tk)
for tk
values
given in the array t
.
com
- model available from the integrator. See ODEIntegrator.addStepHandler(...)
and ContinuousOutputModel
t
- array of points in time where output is desirediState
- state for which output is desired
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |