HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Function to clean up boundary-conditions related variables. More...
Go to the source code of this file.
Functions | |
int | BCCleanup (void *b, int flag_gpu) |
Function to clean up boundary-conditions related variables.
Definition in file BCCleanup.c.
int BCCleanup | ( | void * | b, |
int | flag_gpu | ||
) |
Cleans up a boundary object of type DomainBoundary
b | Boundary object of type DomainBoundary |
flag_gpu | Flag indicating if GPU is being used |
Definition at line 12 of file BCCleanup.c.