PlasCom2  1.0
XPACC Multi-physics simluation application
TestOperators.C File Reference
#include "Testing.H"
#include "Simulation.H"
#include "OperatorKernels.H"
#include "MetricKernels.H"
#include "Stencil.H"
Include dependency graph for TestOperators.C:

Go to the source code of this file.

Functions

void TestOperators (ix::test::results &serialUnitResults)
 
size_t factorial (size_t n)
 
void TestHoleDetection (ix::test::results &serialUnitResults)
 Tests boundary stencil setting around holes. More...
 
void TestSBPInitialize (ix::test::results &serialUnitResults)
 
void TestOperatorSBP12 (ix::test::results &serialUnitResults)
 
void TestOperatorSBP24 (ix::test::results &serialUnitResults)
 
void TestOperatorSBP36 (ix::test::results &serialUnitResults)
 
void TestApplyOperatorBlobs (ix::test::results &serialUnitResults)
 

Function Documentation

◆ factorial()

size_t factorial ( size_t  n)

Definition at line 630 of file TestOperators.C.

◆ TestApplyOperatorBlobs()

◆ TestHoleDetection()

◆ TestOperators()

◆ TestOperatorSBP12()

void TestOperatorSBP12 ( ix::test::results serialUnitResults)

Definition at line 1072 of file TestOperators.C.

References plascom2::operators::sbp::BruteTest1(), plascom2::operators::sbp::Initialize(), stencilset::numStencils, stencilset::stencilStarts, and results::UpdateResult().

Referenced by TestingObject< ResultsType >::Test__Operators__SBP12().

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

◆ TestOperatorSBP24()

void TestOperatorSBP24 ( ix::test::results serialUnitResults)

Definition at line 1134 of file TestOperators.C.

References plascom2::operators::sbp::BruteTest1(), plascom2::operators::sbp::Initialize(), stencilset::numStencils, stencilset::stencilStarts, and results::UpdateResult().

Referenced by TestingObject< ResultsType >::Test__Operators__SBP24().

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

◆ TestOperatorSBP36()

void TestOperatorSBP36 ( ix::test::results serialUnitResults)

Definition at line 1240 of file TestOperators.C.

References plascom2::operators::sbp::BruteTest1(), plascom2::operators::sbp::Initialize(), stencilset::numStencils, stencilset::stencilStarts, and results::UpdateResult().

Referenced by TestingObject< ResultsType >::Test__Operators__SBP36().

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

◆ TestSBPInitialize()