You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently,
ODESolvers
fails to perform a time step withMultiPatch
(see MultiPatchWaveToy and example parameter file therein to reproduce the issue) by failing the assertion.in
ODESolvers/solve.cxx:690
. In this instance,var_groups
is an array of 8 repeated elements, with each element being the number6
.The text was updated successfully, but these errors were encountered: