Skip to content
Snippets Groups Projects
Commit a5d73747 authored by Henry Weller's avatar Henry Weller
Browse files

ODESolvers: Add support for efficient ODE solver resizing

Note: this reuses the existing storage rather than costly reallocation
which requires the initial allocation to be sufficient for the largest
size the ODE system might have.  Attempt to set a size larger than the
initial size is a fatal error.
parent 47b9b3a8
No related branches found
No related tags found
No related merge requests found
Showing
with 456 additions and 65 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment