Java org.apache.commons.math3.ode ExpandableStatefulODE fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.ode ExpandableStatefulODE fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.ode ExpandableStatefulODE.

The text is from its open source code.

Constructor

ExpandableStatefulODE(final FirstOrderDifferentialEquations primary)
Build an expandable set from its primary ODE set.

Method

intaddSecondaryEquations(final SecondaryEquations secondary)
Add a set of secondary equations to be integrated along with the primary set.
voidsetPrimaryState(final double[] primaryState)
Set primary part of the current state.
voidsetSecondaryState(final int index, final double[] secondaryState)
Set secondary part of the current state.
voidsetTime(final double time)
Set current time.