#include <WENO.H>
Public Member Functions | |
| CoeffsWENO () | |
| int | HaloWidth () |
| int | NSten (int group) |
| int | LoGroup (int group) |
| int | Lo (int group, int sten) |
| double | LinWeight (int group, int sten) |
| StencilSet | Reconst (int group) |
| StencilSet | SmIndFirst (int group) |
| StencilSet | SmIndSecond (int group) |
Public Attributes | |
| int | loAll |
| int | hiAll |
| int | nGroup |
| double | siFirst |
| double | siSecond |
| double | epsW |
| double | pW |
Private Attributes | |
| std::vector< StencilSet > | reconstCoeffs |
| std::vector< StencilSet > | siCoeffsFirst |
| std::vector< StencilSet > | siCoeffsSecond |
| std::vector< std::vector< double > > | linWeights |
| std::vector< int > | nSten |
| std::vector< int > | loGroup |
| std::vector< std::vector< int > > | loOffset |
|
inline |
Definition at line 40 of file WENO.H.
References CoeffsWENO::nGroup, stencilset::numStencils, stencilset::numValues, stencilset::ownData, stencilset::stencilOffsets, stencilset::stencilSizes, stencilset::stencilStarts, and stencilset::stencilWeights.
|
inline |
Definition at line 257 of file WENO.H.
Referenced by testfixtures::CreateSimulationFixtures(), and TestWENO_Stencils().
|
inline |
Definition at line 276 of file WENO.H.
Referenced by WENO::ReconstPointVal(), and TestWENO_Stencils().
|
inline |
Definition at line 272 of file WENO.H.
Referenced by WENO::ReconstPointVal(), WENO::ReconstPointValSten(), WENO::SmoothInd(), and TestWENO_Stencils().
|
inline |
Definition at line 268 of file WENO.H.
Referenced by WENO::ReconstPointVal(), and TestWENO_Stencils().
|
inline |
Definition at line 264 of file WENO.H.
Referenced by WENO::ReconstPointVal(), and TestWENO_Stencils().
|
inline |
Definition at line 280 of file WENO.H.
References stencilset::Copy().
Referenced by WENO::ReconstPointValSten(), and TestWENO_Stencils().
|
inline |
Definition at line 286 of file WENO.H.
References stencilset::Copy().
Referenced by WENO::SmoothInd(), and TestWENO_Stencils().
|
inline |
Definition at line 292 of file WENO.H.
References stencilset::Copy(), WENO::EntropyFixEta(), WENO::Project(), WENO::ReconstPointVal(), WENO::ReconstPointValSten(), and WENO::SmoothInd().
Referenced by WENO::SmoothInd(), and TestWENO_Stencils().
| double epsW |
Definition at line 36 of file WENO.H.
Referenced by WENO::ReconstPointVal(), and TestWENO_Stencils().
| int nGroup |
Definition at line 31 of file WENO.H.
Referenced by CoeffsWENO::CoeffsWENO(), and TestWENO_Stencils().
| double pW |
Definition at line 37 of file WENO.H.
Referenced by WENO::ReconstPointVal(), and TestWENO_Stencils().
|
private |
|
private |
|
private |
| double siFirst |
Definition at line 34 of file WENO.H.
Referenced by WENO::SmoothInd(), and TestWENO_Stencils().
| double siSecond |
Definition at line 35 of file WENO.H.
Referenced by WENO::SmoothInd(), and TestWENO_Stencils().