#include "Testing.H"#include "Simulation.H"#include "RKTestFixtures.H"#include "EulerRHS.H"#include "Stencil.H"#include "PCPPCommUtil.H"#include "PCPPReport.H"#include "PCPPIntervalUtils.H"#include "TestFixtures.H"#include "EulerTestFixtures.H"#include "SATKernels.H"#include "WENO.H"Go to the source code of this file.
Functions | |
| void | TestWENO_Stencils (ix::test::results &serialUnitResults) |
| void | TestWENO_ReconstPointVal (ix::test::results &serialUnitResults) |
| void | TestWENO_ReconstPointValSten (ix::test::results &serialUnitResults) |
| void | TestWENO_SmoothInd (ix::test::results &serialUnitResults) |
| void | TestWENO_Project (ix::test::results &serialUnitResults) |
| void | TestWENO_EntropyFix (ix::test::results &serialUnitResults) |
| void TestWENO_EntropyFix | ( | ix::test::results & | serialUnitResults | ) |
Definition at line 1547 of file TestWENOSerial.C.
References WENO::EntropyFixEta(), and results::UpdateResult().
Referenced by TestingObject< ResultsType >::Test__WENO__EntropyFix().
| void TestWENO_Project | ( | ix::test::results & | serialUnitResults | ) |
Definition at line 946 of file TestWENOSerial.C.
References a, FC_MODULE(), WENO::Project(), satutil::sat_form_roe_matrices(), and results::UpdateResult().
Referenced by TestingObject< ResultsType >::Test__WENO__Project().
| void TestWENO_ReconstPointVal | ( | ix::test::results & | serialUnitResults | ) |
Definition at line 327 of file TestWENOSerial.C.
References WENO::ReconstPointVal(), and results::UpdateResult().
Referenced by TestingObject< ResultsType >::Test__WENO__ReconstPointVal().
| void TestWENO_ReconstPointValSten | ( | ix::test::results & | serialUnitResults | ) |
Definition at line 496 of file TestWENOSerial.C.
References WENO::ReconstPointValSten(), and results::UpdateResult().
Referenced by TestingObject< ResultsType >::Test__WENO__ReconstPointValSten().
| void TestWENO_SmoothInd | ( | ix::test::results & | serialUnitResults | ) |
Definition at line 731 of file TestWENOSerial.C.
References WENO::SmoothInd(), and results::UpdateResult().
Referenced by TestingObject< ResultsType >::Test__WENO__SmoothInd().
| void TestWENO_Stencils | ( | ix::test::results & | serialUnitResults | ) |
Definition at line 17 of file TestWENOSerial.C.
References CoeffsWENO::epsW, CoeffsWENO::HaloWidth(), CoeffsWENO::LinWeight(), CoeffsWENO::Lo(), CoeffsWENO::LoGroup(), CoeffsWENO::nGroup, CoeffsWENO::NSten(), stencilset::numStencils, stencilset::numValues, CoeffsWENO::pW, CoeffsWENO::Reconst(), CoeffsWENO::siFirst, CoeffsWENO::siSecond, CoeffsWENO::SmIndFirst(), CoeffsWENO::SmIndSecond(), stencilset::stencilOffsets, stencilset::stencilSizes, stencilset::stencilStarts, stencilset::stencilWeights, and results::UpdateResult().
Referenced by TestingObject< ResultsType >::Test__WENO__Stencils().