|
HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Contains the function to compute the gravitational field. More...
#include <stdlib.h>#include <math.h>#include <arrayfunctions.h>#include <physicalmodels/euler1d.h>#include <hypar.h>#include <mpivars.h>Go to the source code of this file.
Functions | |
| int | Euler1DGravityField (void *s, void *m) |
Contains the function to compute the gravitational field.
Definition in file Euler1DGravityField.c.
| int Euler1DGravityField | ( | void * | s, |
| void * | m | ||
| ) |
Compute the gravitational field over the domain. See
| s | Solver object of type HyPar |
| m | MPI object of type MPIVariables |
Definition at line 23 of file Euler1DGravityField.c.