Skip to content

Fix/taylor series implicit - #4006

Open
xbtmkmmm5 wants to merge 15 commits into
SciML:masterfrom
xbtmkmmm5:fix/taylor-series-implicit
Open

xbtmkmmm5 wants to merge 15 commits into
SciML:masterfrom
xbtmkmmm5:fix/taylor-series-implicit

Conversation

@xbtmkmmm5

Copy link
Copy Markdown

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

Add any other context about the problem here.

end
# check stopping criterion
iter > 1 && (η = θ / (1 - θ))
if ndw < κ && (iter > 1 || iszero(ndw) || !iszero(integrator.success_iter))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should η be used here? If you look at the equivalent condition (see e.g. the OrdinaryDiffEQFIRK version of this loop).

@xbtmkmmm5
xbtmkmmm5 force-pushed the fix/taylor-series-implicit branch from 39a5c2f to 3f9271b Compare September 21, 2026 17:42
distance = -μ * dt
end
local ndw
# reusing η is causing problems, temporarily initialize it to Inf

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this comment still accurate?

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants