HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Clean up time integration. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <arrayfunctions_gpu.h>
#include <simulation_object.h>
#include <timeintegration.h>
Go to the source code of this file.
Functions | |
int | TimeCleanup (void *ts) |
Clean up time integration.
Definition in file TimeCleanup.c.
int TimeCleanup | ( | void * | ts | ) |
Clean up all allocations related to time integration
ts | Object of type TimeIntegration |
Definition at line 18 of file TimeCleanup.c.