HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Cleans up allocations specific to compact finite-difference methods. More...
Go to the source code of this file.
Functions | |
int | CompactSchemeCleanup (void *s) |
Cleans up allocations specific to compact finite-difference methods.
Definition in file CompactSchemeCleanup.c.
int CompactSchemeCleanup | ( | void * | s | ) |
Cleans up all allocations related to the compact finite difference methods.
s | CompactScheme object of type CompactScheme |
Definition at line 14 of file CompactSchemeCleanup.c.