x3cflux.MatrixLinearCVODESolver
- class x3cflux.MatrixLinearCVODESolver
Bases:
MatrixLinearIVPSolverLinear initial value problem solver from SUNDIALS CVODE (BDF method)
Attributes
absolute_tolerancenum_max_step_attemptsnum_max_stepsrelative_toleranceMethods
copy(self)solve(self, arg0)Solves linear initial value problem.
- solve(self: x3cflux.lib.core.MatrixLinearCVODESolver, arg0: x3cflux.lib.core.MatrixLinearIVP) x3cflux.lib.core.MatrixCubicHermiteSpline
Solves linear initial value problem.
- Parameters:
problem – Initial value problem
- Returns:
Interpolated solution function