#include "Stencil.H"
#include <cmath>
#include <algorithm>
#include <vector>
Go to the source code of this file.
|
| void | ReconstPointVal (double vals[], CoeffsWENO &coeffs, int group, double &pVal) |
| |
| void | ReconstPointValSten (double vals[], CoeffsWENO &coeffs, int group, int sten, double &pVal) |
| |
| void | SmoothInd (double vals[], CoeffsWENO &coeffs, int group, int sten, double &si) |
| |
| void | Project (int n, int m, double T[], double vals[], double res[]) |
| |
| double | EntropyFixEta (int n, double lambdaL[], double lambdaR[]) |
| |