HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Read in initial solution and intepolate it to the sparse grids. More...
Go to the source code of this file.
Functions | |
int | VolumeIntegral (double *, double *, void *, void *) |
Read in initial solution and intepolate it to the sparse grids.
Definition in file SparseGridsInitialSolution.cpp.
int VolumeIntegral | ( | double * | VolumeIntegral, |
double * | u, | ||
void * | s, | ||
void * | m | ||
) |
Compute the volume integral of the solution.
VolumeIntegral | The computed volume integral |
u | Solution |
s | Solver object of type HyPar |
m | MPI object of type MPIVariables |
Definition at line 14 of file VolumeIntegral.c.