Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
#include <alsfvm/reconstruction/ENOCoefficients.hpp>
Public Member Functions | |
template<> | |
real | coefficients [][1] |
template<> | |
real | coefficients [][2] |
template<> | |
real | coefficients [][3] |
template<> | |
real | coefficients [][4] |
Static Public Attributes | |
static real | coefficients [][k] |
coefficients are the ENO coefficients. More... | |
real alsfvm::reconstruction::ENOCoeffiecients< 1 >::coefficients | ( | ) |
real alsfvm::reconstruction::ENOCoeffiecients< 2 >::coefficients | ( | ) |
real alsfvm::reconstruction::ENOCoeffiecients< 3 >::coefficients | ( | ) |
real alsfvm::reconstruction::ENOCoeffiecients< 4 >::coefficients | ( | ) |
|
static |
coefficients are the ENO coefficients.
coefficients[r][i] indexes the coefficient with shift r and term i
See http://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/19980007543.pdf for description.