Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DriverProgram.H File Reference

GridConversion interface. More...

#include "Global.H"
#include "Profiler.H"
#include "Mesh.H"
Include dependency graph for DriverProgram.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DriverProgramComLine
 The ComLineObject for the example programs. More...
 
class  SerialProgram
 Implementation of the basic parts of the serial program example. More...
 

Namespaces

 GridConversion
 Project-specific namespace.
 
 GridConversion::DriverProgram
 Encapsulate GridConversion-specific code constructs.
 

Typedefs

typedef IRAD::Profiler::ProfilerObj ProfilerType
 Convenience type definition for Profiler object. More...
 
typedef std::string StackType
 Convenience type definition for program stack. More...
 
typedef
IRAD::Global::GlobalObj
< StackType, int, ProfilerType > 
GlobalType
 Convenience type definition for the serial global object. More...
 
typedef DriverProgramComLine ComLineType
 Convenience type definition for the Main comline object. More...
 
typedef IRAD::Global::Program
< GlobalType, ComLineType > 
SerialProgramType
 Convenience type definition for the serial program. More...
 
typedef
GridConversion::DriverProgram::SerialProgram 
SEProgramType
 Convenience definition for serial program type. More...
 

Functions

template<typename ProgramType >
int Driver (int argc, char *argv[])
 Unified driver for the example programs. More...
 

Detailed Description