HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Clean up explicit Runge-Kutta time integrator. More...
Go to the source code of this file.
Functions | |
int | TimeExplicitRKCleanup (void *s) |
Clean up explicit Runge-Kutta time integrator.
Definition in file TimeExplicitRKCleanup.c.
int TimeExplicitRKCleanup | ( | void * | s | ) |
Clean up allocations related to explicit Runge-Kutta time integration: This function frees up the arrays for the Butcher tableaux.
s | Object of type ExplicitRKParameters |
Definition at line 12 of file TimeExplicitRKCleanup.c.