Skip to content

Public API

This page lists exported symbols of CTFlowsSciMLFlows.


From CTFlowsSciMLFlows

CTFlowsSciMLFlows [Module]

CTFlowsSciMLFlows Module
julia
CTFlowsSciMLFlows

Package extension providing user-facing Flow constructors from SciML objects. Activated automatically when SciMLBase is loaded together with CTFlows.

This extension provides:

  • SciMLFunctionSystem — wraps a SciMLBase.AbstractODEFunction as a CTFlows system

  • SciMLProblemFlow — wraps a SciMLBase.AbstractODEProblem as a CTFlows flow

  • High-level Flow(::AbstractODEFunction; ...) and Flow(::AbstractODEProblem; ...) constructors

The build_problem/build_options glue lives in the CTFlowsSciMLIntegrator extension; the integration itself is CommonSolve.solve(prob, integrator), implemented by the CTSolversSciMLIntegrator extension of CTSolvers.