David Gardner

Results 12 issues of David Gardner

Check for unlikely cases when destroying a memory helper

Add support for disabling interpolated output in ARKODE steppers by passing `ARK_INTERP_NONE` to the `SetInterpolantType` functions. Disabling interpolation can reduce the memory footprint of an integrator by two or more...

enhancement
pkg-ARKODE
update-answers
new-feature

Add `SUNDIALS_MAYBE_UNUSED` macro to suppresses warnings on unused entities.

Add support for disabling interpolated output in ARKODE steppers by passing `ARK_INTERP_NONE` to `ARKodeSetInterpolantType`. Disabling interpolation can reduce the memory footprint of an integrator by two or more state vectors...

pkg-ARKODE
update-answers
new-feature

Add `-fcheck=all` to Fortran flags with `ENABLE_ALL_WARNINGS`

Follow on to utilities added in #499 * Make info logging output in the integrators more consistent * Update parser for MRI methods * Add function to extract lists of...

enhancement
pkg-CVODES
pkg-CVODE
pkg-ARKODE
pkg-IDA
pkg-IDAS
update-answers
new-unit-test

Fix the checks in `sundials_add_test` to work correctly when a single command line input for a test is provided and the input corresponds to a false value in CMake.

cmake
ci

1. Use `LAPACK::LAPACK` rather than `LAPACK_LIBRARIES` 2. Simplify `try_compile` test 3. Don't overwrite `LAPACK_WORKS` (test every configuration pass) 4. Use `CHECK_START`, `CHECK_PASSED`, and `CHECK_FAILED` messages in compile test 5. Replace...

### Current Behavior: As mentioned in #560, when restoring the default settings with `ARKodeSetDefaults` the integrator is put in a state where a call to `ARKReInit` is necessary before calling...

bug
triage