PlasCom2  1.0
XPACC Multi-physics simluation application
testfixtures::euler Namespace Reference

Functions

double Gauss (const double &amplitude, const std::vector< double > &width, const std::vector< double > &center, const std::vector< double > &xPos)
 
template<typename GridType , typename StateType >
int SetupEulerState (const GridType &inGrid, StateType &inState, StateType &inParams, int numScalars, bool withFluxes=false)
 
template<typename GridType , typename StateType >
int InitializeQuiescentFlow (const GridType &inGrid, StateType &inState, bool everyWhere=false)
 

Function Documentation

◆ Gauss()

double testfixtures::euler::Gauss ( const double &  amplitude,
const std::vector< double > &  width,
const std::vector< double > &  center,
const std::vector< double > &  xPos 
)
inline

Definition at line 7 of file EulerTestFixtures.H.

◆ InitializeQuiescentFlow()

int testfixtures::euler::InitializeQuiescentFlow ( const GridType &  inGrid,
StateType &  inState,
bool  everyWhere = false 
)

Definition at line 81 of file EulerTestFixtures.H.

References bufferSizes, databuffer::Data(), gridSizes, and numPointsBuffer.

Here is the call graph for this function:

◆ SetupEulerState()

int testfixtures::euler::SetupEulerState ( const GridType &  inGrid,
StateType &  inState,
StateType &  inParams,
int  numScalars,
bool  withFluxes = false 
)

Definition at line 26 of file EulerTestFixtures.H.

References bufferSizes, gridSizes, and numPointsBuffer.

Referenced by TestEulerRHS(), TestEulerRHS2(), TestPlasCom2Output(), TestWENO_ApplyWENO(), and TestWENO_RHS().

Here is the caller graph for this function: