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

Base program definitions for Plascom2. More...

Detailed Description

Base program definitions for Plascom2.

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

Definition in file PCPPProgram.H.

#include <cmath>
#include "PCPPTypes.H"
Include dependency graph for PCPPProgram.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  commandline
 
class  serialprogram
 
class  parallelprogram
 

Namespaces

 pcpp
 

Typedefs

typedef pcpp::ConfigType ConfigurationType
 
typedef pcpp::PartitionInfoType PartitionInfoType
 
typedef pcpp::CommunicatorType CommunicatorType
 
typedef ix::global::Program< GlobalType, commandline > SerialProgramType
 
typedef ix::global::mpiprogram< commandline > ParallelProgramType
 

Functions

template<typename ProgramType >
int MainDriver (int argc, char *argv[])
 

Typedef Documentation

◆ CommunicatorType

Definition at line 15 of file PCPPProgram.H.

◆ ConfigurationType

Definition at line 13 of file PCPPProgram.H.

◆ PartitionInfoType

Definition at line 14 of file PCPPProgram.H.