PlasCom2  1.0
XPACC Multi-physics simluation application
TestIntegrated.C File Reference
#include "Testing.H"
#include "PlasCom2.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 "ViscidTestFixtures.H"
#include "PC2Util.H"
#include <cmath>
Include dependency graph for TestIntegrated.C:

Go to the source code of this file.

Typedefs

typedef plascom2::application::domainvector DomainVector
 
typedef simulation::grid::parallel_blockstructured pbsgrid_t
 
typedef simulation::state::base state_t
 

Functions

void TestIntegrated_Poiseuille2DX (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestIntegrated_PFRectilinear2DX (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestIntegrated_PFCurvilinear2DX (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestIntegrated_Poiseuille2DY (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestIntegrated_PFRectilinear2DY (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestIntegrated_PFCurvilinear2DY (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestIntegrated_Poiseuille3DZ (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestIntegrated_PFRectilinear3DZ (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestIntegrated_PFCurvilinear3DZ (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestIntegrated_ViscousShock2DX (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestIntegrated_VSRectilinear2DX (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestIntegrated_VSCurvilinear2DX (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestIntegrated_ViscousShock2DY (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestIntegrated_VSRectilinear2DY (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestIntegrated_VSCurvilinear2DY (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestIntegrated_ViscousShock3DZ (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestIntegrated_VSRectilinear3DZ (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestIntegrated_VSCurvilinear3DZ (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 

Typedef Documentation

◆ DomainVector

◆ pbsgrid_t

◆ state_t

Definition at line 21 of file TestIntegrated.C.

Function Documentation

◆ TestIntegrated_PFCurvilinear2DX()

◆ TestIntegrated_PFCurvilinear2DY()

◆ TestIntegrated_PFCurvilinear3DZ()

◆ TestIntegrated_PFRectilinear2DX()

◆ TestIntegrated_PFRectilinear2DY()

◆ TestIntegrated_PFRectilinear3DZ()

◆ TestIntegrated_Poiseuille2DX()

◆ TestIntegrated_Poiseuille2DY()

◆ TestIntegrated_Poiseuille3DZ()

◆ TestIntegrated_ViscousShock2DX()

◆ TestIntegrated_ViscousShock2DY()

◆ TestIntegrated_ViscousShock3DZ()

◆ TestIntegrated_VSCurvilinear2DX()

◆ TestIntegrated_VSCurvilinear2DY()

◆ TestIntegrated_VSCurvilinear3DZ()

◆ TestIntegrated_VSRectilinear2DX()

◆ TestIntegrated_VSRectilinear2DY()

◆ TestIntegrated_VSRectilinear3DZ()