PlasCom2  1.0
XPACC Multi-physics simluation application
PlasCom2Test.H File Reference

Testing object for PlasCom2. More...

Detailed Description

Testing object for PlasCom2.

This file contains the implementation of the overarching testing object for the project. Every project should have one of these as it allows external entities unified methodology for access project or package-specific tests.

Definition in file PlasCom2Test.H.

#include "COMM.H"
#include "Testing.H"
#include "Profiler.H"
#include "Simulation.H"
#include "ExternalTestingFunctions.H"
#include <vector>
#include <cmath>
Include dependency graph for PlasCom2Test.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TestingObject< ResultsType >
 Project-specific testing object. More...
 
class  ParallelTestingObject< CommType, ResultsType >
 Project-specific parallel testing object. More...
 

Namespaces

 plascom2
 
 
 plascom2::TestFixture
 Namespace for storing simple test utility fixtures.
 

Typedefs

typedef ix::test::results TestResults
 Project-specific test results type. More...
 

Functions

double F1 (double x)
 Simple test function fixture returns $2x$. More...
 
double F2 (double x)
 Simple test function fixture returns $3x^2$. More...