Public API
This page lists exported symbols of CTFlowsSciMLFlows.
From CTFlowsSciMLFlows
CTFlowsSciMLFlows [Module]
CTFlowsSciMLFlows Module
julia
CTFlowsSciMLFlowsPackage extension providing user-facing Flow constructors from SciML objects. Activated automatically when SciMLBase is loaded together with CTFlows.
This extension provides:
SciMLFunctionSystem— wraps aSciMLBase.AbstractODEFunctionas a CTFlows systemSciMLProblemFlow— wraps aSciMLBase.AbstractODEProblemas a CTFlows flowHigh-level
Flow(::AbstractODEFunction; ...)andFlow(::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.