x3cflux.VectorLinearIVPSolver

class x3cflux.VectorLinearIVPSolver

Bases: pybind11_object

Python interface for linear initial value problem solvers

Attributes

absolute_tolerance

num_max_steps

relative_tolerance

Methods

copy(self)

solve(self, problem)

Solves linear initial value problem.

copy(self: x3cflux.lib.core.VectorLinearIVPSolver) x3cflux.lib.core.VectorLinearIVPSolver
solve(self: x3cflux.lib.core.VectorLinearIVPSolver, problem: x3cflux.lib.core.VectorLinearIVP) x3cflux.lib.core.VectorCubicHermiteSpline

Solves linear initial value problem.

Parameters:

problem – Initial value problem

Returns:

Interpolated solution function