Public API
This page lists exported symbols of CTFlowsSciMLIntegrator.
From CTFlowsSciMLIntegrator
CTFlowsSciMLIntegrator [Module]
CTFlowsSciMLIntegrator — Module
CTFlowsSciMLIntegratorPackage extension providing the SciML integration backend for CTFlows. Activated automatically when DiffEqBase and SciMLBase are loaded together with CTFlows.
This extension provides:
real_normoverload for grid invariance with ForwardDiffStrategies.metadatafor SciML integrator optionsbuild_sciml_integrator— constructs aSciMLintegrator with pre-computed option cachesIntegrators.build_options— resolves solver options per configuration typeSciMLIntegrationResult— wrapsSciMLBase.AbstractODESolutionfor CTFlowsIntegrators.build_problem— converts CTFlows systems toODEProblemIntegrators.solve_problem— solves anODEProblemand returns aSciMLIntegrationResult
This is the backend layer intended to eventually migrate to CTBase.Strategies. The user-facing Flow(::AbstractODEFunction) and Flow(::AbstractODEProblem) constructors live in the CTFlowsSciMLFlows extension.