Replace ThunderboltTimeIntegrator with OrdinaryDiffEqCore.ODEIntegrator #140
Labels
architecture
Issues affecting the structural and design aspects of the software
help wanted
Extra attention is needed
high-priority
All of our problems can also be integrated with a
OrdinaryDiffEqCore.ODEIntegrator
instead of our stripped downThunderboltTimeIntegrator
. The difficult part of this issue is the integration ofOrdinaryDiffEqCore.ODEIntegrator
withOS.OperatorSplittingIntegrator
, which requires quite large changes to the latter and an inversion of the most of the time stepping logic in the operator splitting module.To be specific as first step it is necessary to hoist
Thunderbolt.jl/src/solver/time/time_integrator.jl
Line 30 in 5862065
Thunderbolt.jl/src/solver/time/time_integrator.jl
Line 24 in 5862065
OS.OperatorSplittingIntegrator
.The text was updated successfully, but these errors were encountered: