OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
GaussianTest Class Reference

Inherits testing::Test.

Collaboration diagram for GaussianTest:
Collaboration graph

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Static Protected Member Functions

static void SetUpTestSuite ()
 
static void TearDownTestSuite ()
 

Protected Attributes

std::shared_ptr< ParticleContainer< double, 3 > > pc
 
std::shared_ptr< BunchStateHandlerbunchStateHandler
 
ippl::Vector< int, 3 > nr
 
bool isAllPeriodic_m = true
 

Detailed Description

Definition at line 12 of file TestGaussian.cpp.

Member Function Documentation

◆ SetUp()

void GaussianTest::SetUp ( )
inlineoverrideprotected

Definition at line 23 of file TestGaussian.cpp.

References bunchStateHandler, isAllPeriodic_m, nr, and pc.

◆ SetUpTestSuite()

static void GaussianTest::SetUpTestSuite ( )
inlinestaticprotected

Definition at line 14 of file TestGaussian.cpp.

◆ TearDown()

void GaussianTest::TearDown ( )
inlineoverrideprotected

Definition at line 52 of file TestGaussian.cpp.

◆ TearDownTestSuite()

static void GaussianTest::TearDownTestSuite ( )
inlinestaticprotected

Definition at line 21 of file TestGaussian.cpp.

Member Data Documentation

◆ bunchStateHandler

std::shared_ptr<BunchStateHandler> GaussianTest::bunchStateHandler
protected

Definition at line 57 of file TestGaussian.cpp.

Referenced by SetUp().

◆ isAllPeriodic_m

bool GaussianTest::isAllPeriodic_m = true
protected

Definition at line 59 of file TestGaussian.cpp.

Referenced by SetUp().

◆ nr

ippl::Vector<int, 3> GaussianTest::nr
protected

Definition at line 58 of file TestGaussian.cpp.

Referenced by SetUp().

◆ pc

std::shared_ptr<ParticleContainer<double, 3> > GaussianTest::pc
protected

Definition at line 56 of file TestGaussian.cpp.

Referenced by SetUp().


The documentation for this class was generated from the following file: