|
HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Initialize the 2nd or 3rd order MUSCL scheme. More...
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <limiters.h>#include <interpolation.h>#include <mpivars.h>#include <hypar.h>Go to the source code of this file.
Functions | |
| int | MUSCLInitialize (void *s, void *m) |
Initialize the 2nd or 3rd order MUSCL scheme.
Definition in file MUSCLInitialize.c.
| int MUSCLInitialize | ( | void * | s, |
| void * | m | ||
| ) |
Initialize the 2nd or 3rd order MUSCL scheme.
| s | Solver object of type HyPar |
| m | MPI object of type MPIVariables |
Definition at line 17 of file MUSCLInitialize.c.