Type alias FilteredDiscreteSolution

FilteredDiscreteSolution: ((times: Times) => DiscreteSeriesSet)

Type declaration

    • The discrete-time version of odin-js's InterpolatedSolution; the solution is not interpolated here, but we filter times based on the requested times and the times available from the simulation.

      Parameters

      • times: Times

      Returns DiscreteSeriesSet

Generated using TypeDoc