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

Implements a program object for testing. More...

Detailed Description

Implements a program object for testing.

Author
Michael T. Campbell (mtcam.nosp@m.pbe@.nosp@m.illin.nosp@m.ois..nosp@m.edu)
Date

Definition in file TestingProgram.H.

#include "Profiler.H"
#include "Global.H"
#include "ComLine.H"
#include "COMM.H"
#include <cmath>
Include dependency graph for TestingProgram.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  program_command_line
 ComLineObject for testing program command-line interface. More...
 
class  program< TestObjectType >
 

Namespaces

 ix
 Defines MPI-specific parallel global and program classes.
 
 ix::test
 

Typedefs

typedef program_command_line CommandLineType
 
typedef ix::profiler::ProfilerObj ProfilerType
 
typedef ix::global::GlobalObj< std::string, std::string, ProfilerType > Global
 
typedef ix::global::Program< Global, CommandLineTypeProgramType