Class JxnCOMAnalyzer
- java.lang.Object
-
- JxnCOMAnalyzer
-
public class JxnCOMAnalyzer extends Object
Retrieves the solution from aContinuousOutputModel
.
See CommonsMath_ODE_Lotka_Volterra~Test.jxn for an example.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double[]
analyze(ContinuousOutputModel com, double[] t, int iState)
Returns an array of state valuesyiState(tk)
fortk
values given in the arrayt
.
-
-
-
Method Detail
-
analyze
public static double[] analyze(ContinuousOutputModel com, double[] t, int iState)
Returns an array of state valuesyiState(tk)
fortk
values given in the arrayt
.- Parameters:
com
- model available from the integrator. SeeODEIntegrator.addStepHandler(...)
andContinuousOutputModel
t
- array of points in time where output is desirediState
- state for which output is desired- Returns:
- values of a state variable at given points in time
-
-