Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ODESolvers aware of MultiPatch grids #206

Closed
lucass-carneiro opened this issue Aug 16, 2023 · 1 comment
Closed

Make ODESolvers aware of MultiPatch grids #206

lucass-carneiro opened this issue Aug 16, 2023 · 1 comment

Comments

@lucass-carneiro
Copy link
Contributor

Currently, ODESolvers fails to perform a time step with MultiPatch (see MultiPatchWaveToy and example parameter file therein to reproduce the issue) by failing the assertion.

last == var_groups.end()

in ODESolvers/solve.cxx:690. In this instance, var_groups is an array of 8 repeated elements, with each element being the number 6.

@eschnett
Copy link
Collaborator

Closed via #205.

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

No branches or pull requests

2 participants