CvodeIntegrator Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Integrate Performs the numerical integration up to a specified time value.
(Inherited from OdeIntegrator)
IntegrateMultipleSteps Performs multiple steps of the numerical integration at least as far as the specified final time.
(Inherited from OdeIntegrator)
IntegrateSingleStep Performs one step of the numerical integration in the direction of the final time.
(Inherited from OdeIntegrator)
Restart() Resets the integrator so the next integration will start from the initial conditions.
(Inherited from OdeIntegrator)
Restart(Double, Vector<Double>) Resets the integrator so the next integration will start from the specified initial conditions.
(Inherited from OdeIntegrator)
SetDenseJacobian Sets the function that computes the Jacobian of a stiff system.
SetEventFunction Initializes a root finding problem to be solved during the integration of the system of ordinary differential equations.
SetTolerances(Double, Vector<Double>) Sets the absolute and relative tolerances for the integration.
SetTolerances(Double, Double) Sets the absolute and relative tolerances for the integration.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also