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
Branches
Tags
Showing
with 456 additions and 65 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment