|
HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Wrap up all initializations. More...
Go to the source code of this file.
Functions | |
| int | VolumeIntegral (double *, double *, void *, void *) |
Wrap up all initializations.
Definition in file SparseGridsInitializationWrapup.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.