PLUTO
4.4-patch2
|
MP5 states. More...
#include "pluto.h"
Functions | |
void | States (const Sweep *sweep, int beg, int end, Grid *grid) |
double | MP5_States (double *F, int i, int dir) |
double | WENOZ_States (double *F, int j, int dir) |
Compute interface states using the 5th-order monotonicity-preserving schemes of Suresh & Huynh (1997).
References
double MP5_States | ( | double * | F, |
int | i, | ||
int | dir | ||
) |
Monotonicity-preserving reconstruction of Suresh-Huynh, JCP (1997) 136.
[in] | F | a 1D array to be reconstructed |
[in] | j | the point at which reconstruction is needed. |
[in] | dir | an integer with value +1/-1 giving the orientation |
double WENOZ_States | ( | double * | F, |
int | j, | ||
int | dir | ||
) |
Monotonicity-preserving reconstruction of Suresh-Huynh, JCP (1997) 136.
[in] | F | a 1D array to be reconstructed |
[in] | j | the point at which reconstruction is needed. |