Public API

This page lists exported symbols of CTFlowsSciMLFlows.


From CTFlowsSciMLFlows

CTFlowsSciMLFlows [Module]

CTFlowsSciMLFlowsModule
CTFlowsSciMLFlows

Package 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 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 integration backend (build_problem, solve_problem, SciMLIntegrationResult, etc.) lives in the CTFlowsSciMLIntegrator extension.