PlasCom2  1.0
XPACC Multi-physics simluation application
TestPlasCom2.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 "PC2Util.H"
#include <cmath>
Include dependency graph for TestPlasCom2.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 TestPlasCom2_AcousticPulsePeriodic2D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_APRectilinearPeriodic2D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_APCurvilinearPeriodic2D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_AcousticPulseFarfield2D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_APRectilinearFarfield2D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_APCurvilinearFarfield2D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_AcousticPulseFarfield3D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_APRectilinearFarfield3D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_APCurvilinearFarfield3D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_AcousticPulseSlipwall2D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_APRectilinearSlipwall2D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_APCurvilinearSlipwall2D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_AcousticPulseSlipwall3D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_APRectilinearSlipwall3D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_APCurvilinearSlipwall3D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_AcousticPulsePeriodic3D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_APRectilinearPeriodic3D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_APCurvilinearPeriodic3D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_AcousticPulseSponge2D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_APRectilinearSponge2D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_APCurvilinearSponge2D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_Restart (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_AcousticPulseSponge3D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_APRectilinearSponge3D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 
void TestPlasCom2_APCurvilinearSponge3D (ix::test::results &parallelUnitResults, pcpp::CommunicatorType &testComm)
 

Typedef Documentation

◆ DomainVector

◆ pbsgrid_t

◆ state_t

Definition at line 20 of file TestPlasCom2.C.

Function Documentation

◆ TestPlasCom2_AcousticPulseFarfield2D()

◆ TestPlasCom2_AcousticPulseFarfield3D()

◆ TestPlasCom2_AcousticPulsePeriodic2D()

◆ TestPlasCom2_AcousticPulsePeriodic3D()

◆ TestPlasCom2_AcousticPulseSlipwall2D()

◆ TestPlasCom2_AcousticPulseSlipwall3D()

◆ TestPlasCom2_AcousticPulseSponge2D()

◆ TestPlasCom2_AcousticPulseSponge3D()

◆ TestPlasCom2_APCurvilinearFarfield2D()

◆ TestPlasCom2_APCurvilinearFarfield3D()

◆ TestPlasCom2_APCurvilinearPeriodic2D()

◆ TestPlasCom2_APCurvilinearPeriodic3D()

◆ TestPlasCom2_APCurvilinearSlipwall2D()

◆ TestPlasCom2_APCurvilinearSlipwall3D()

◆ TestPlasCom2_APCurvilinearSponge2D()

◆ TestPlasCom2_APCurvilinearSponge3D()

◆ TestPlasCom2_APRectilinearFarfield2D()

◆ TestPlasCom2_APRectilinearFarfield3D()

◆ TestPlasCom2_APRectilinearPeriodic2D()

◆ TestPlasCom2_APRectilinearPeriodic3D()

◆ TestPlasCom2_APRectilinearSlipwall2D()

◆ TestPlasCom2_APRectilinearSlipwall3D()

◆ TestPlasCom2_APRectilinearSponge2D()

◆ TestPlasCom2_APRectilinearSponge3D()

◆ TestPlasCom2_Restart()