x3cflux.MatrixLinearSDIRK43Solver

class x3cflux.MatrixLinearSDIRK43Solver

Bases: MatrixLinearIVPSolver

Linear initial value problem solver using SDIRK43 scheme

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.MatrixLinearSDIRK43Solver, arg0: x3cflux.lib.core.MatrixLinearIVP) x3cflux.lib.core.MatrixCubicHermiteSpline

Solves linear initial value problem.

Parameters:

problem – Initial value problem

Returns:

Interpolated solution function