Class JxnCOMAnalyzer

    • Method Detail

      • analyze

        public 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.
        Parameters:
        com - model available from the integrator. See ODEIntegrator.addStepHandler(...) and ContinuousOutputModel
        t - array of points in time where output is desired
        iState - state for which output is desired
        Returns:
        values of a state variable at given points in time