Cvode Integrator Methods
Methods
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Integrate |
Performs the numerical integration up to a specified time value.
(Inherited from OdeIntegrator) |
Integrate |
Performs multiple steps of the numerical integration at least as far as the specified final time.
(Inherited from OdeIntegrator) |
Integrate |
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( |
Resets the integrator so the next integration will start from the specified initial conditions.
(Inherited from OdeIntegrator) |
Set | Sets the function that computes the Jacobian of a stiff system. |
Set | Initializes a root finding problem to be solved during the integration of the system of ordinary differential equations. |
Set | Sets the absolute and relative tolerances for the integration. |
Set | Sets the absolute and relative tolerances for the integration. |
ToString | Returns a string that represents the current object. (Inherited from Object) |