PLUTO
4.4-patch2
|
General-purpose reconstruction algorithms. More...
#include "pluto.h"
Functions | |
double | MP5_Reconstruct (double *F, double dx, int j) |
Common-usgae reconstruction functions (not necessarily optimized) shared by:
These functions returns only the right-extrapolated edge value . In order to obtain also
call the same function with array sorted in the reversed direction.
Note that these schemes are not optimized for curvilinear coordinates.
double MP5_Reconstruct | ( | double * | F, |
double | dx, | ||
int | j | ||
) |
Monotonicity-preserving reconstruction of Suresh-Huynh, JCP (1997) 136.
[in] | F | a 1D array to be reconstructed |
[in] | dx | grid spacing (not used) |
[in] | j | the point at which reconstruction is needed. |