HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Compute the volume integral of the solution. More...
#include <stdlib.h>
#include <basic.h>
#include <arrayfunctions.h>
#include <mpivars.h>
#include <hypar.h>
Go to the source code of this file.
Functions | |
int | VolumeIntegral (double *VolumeIntegral, double *u, void *s, void *m) |
Compute the volume integral of the solution.
Definition in file VolumeIntegral.c.
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.