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

Implements a command-line interface for the Rocstar tests. More...

#include "ComLine.H"
#include "TestRocstar.H"
#include "COMM.H"
Include dependency graph for ParallelTestRocstar.C:

Go to the source code of this file.

Namespaces

 Rocstar
 

Typedefs

typedef
IRAD::Comm::CommunicatorObject 
CommType
 Convenience typedef for CommunicatorObject. More...
 

Functions

int ParallelTest (int argc, char *argv[])
 Drives the Rocstar::TestObject. More...
 
int main (int argc, char *argv[])
 

Detailed Description

Implements a command-line interface for the Rocstar tests.

Note that in this file, the "main" function is separated off from the program implementation. This is done to make the documentation usable and should be done for every new program in Rocstar.

Definition in file ParallelTestRocstar.C.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 187 of file ParallelTestRocstar.C.

References Rocstar::ParallelTest().

188 {
189  return(Rocstar::ParallelTest(argc,argv));
190 }
int ParallelTest(int argc, char *argv[])
Drives the Rocstar::TestObject.

Here is the call graph for this function: