Public API
This page lists exported symbols of CTFlowsSciMLFlows.
From CTFlowsSciMLFlows
CTFlowsSciMLFlows [Module]
CTFlowsSciMLFlows — Module
CTFlowsSciMLFlowsPackage extension providing user-facing Flow constructors from SciML objects. Activated automatically when DiffEqBase and SciMLBase are loaded together with CTFlows.
This extension provides:
SciMLFunctionSystem— wraps aSciMLBase.AbstractODEFunctionas a CTFlows systemSciMLProblemFlow— wraps aSciMLBase.AbstractODEProblemas a CTFlows flow- High-level
Flow(::AbstractODEFunction; ...)andFlow(::AbstractODEProblem; ...)constructors
The integration backend (build_problem, solve_problem, SciMLIntegrationResult, etc.) lives in the CTFlowsSciMLIntegrator extension.