Closed drreynolds closed 7 months ago
While this PR may look like many things have been changed, the vast majority of changes consisted of merely moving content within files.
I did notice a few additional items that I fixed in the process, and that would warrant review:
arkode_impl.h
__dot
. I changed the names of these functions to instead prefix them with arkode_butcher
, e.g., arkode_butcher_dot
. All of these changes are in arkode_butcher.c
.arkode_sprkstep.h
: SPRKStepSetRootDirection
and SPRKStepSetNoInactiveRootWarn
. While both are now deprecated, the existing implementations were unusable because they were missing from the header.
Cleaned up ARKODE source code files so that function declarations/implementations are in more logical locations (following the restructuring of ARKODE's user-interface).