x3cflux.VectorLinearCVODESolver

class x3cflux.VectorLinearCVODESolver

Bases: VectorLinearIVPSolver

Linear initial value problem solver from SUNDIALS CVODE (BDF method)

Attributes

absolute_tolerance

num_max_step_attempts

num_max_steps

relative_tolerance

Methods

copy(self)

solve(self, arg0)

Solves linear initial value problem.

solve(self: x3cflux.lib.core.VectorLinearCVODESolver, arg0: x3cflux.lib.core.VectorLinearIVP) x3cflux.lib.core.VectorCubicHermiteSpline

Solves linear initial value problem.

Parameters:

problem – Initial value problem

Returns:

Interpolated solution function