PlasCom2  1.0
XPACC Multi-physics simluation application
TestWENOSerial.C File Reference
#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"
Include dependency graph for TestWENOSerial.C:

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)
 

Function Documentation

◆ TestWENO_EntropyFix()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestWENO_Project()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestWENO_ReconstPointVal()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestWENO_ReconstPointValSten()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestWENO_SmoothInd()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestWENO_Stencils()