x3cflux.VectorLinearSDIRK43Solver
- class x3cflux.VectorLinearSDIRK43Solver
Bases:
VectorLinearIVPSolverLinear initial value problem solver using SDIRK43 scheme
Attributes
absolute_tolerancenum_max_step_attemptsnum_max_stepsrelative_toleranceMethods
copy(self)solve(self, arg0)Solves linear initial value problem.
- solve(self: x3cflux.lib.core.VectorLinearSDIRK43Solver, arg0: x3cflux.lib.core.VectorLinearIVP) x3cflux.lib.core.VectorCubicHermiteSpline
Solves linear initial value problem.
- Parameters:
problem – Initial value problem
- Returns:
Interpolated solution function