Definition at line 5 of file ParallelTestingProgram.H.
#include <ParallelTestingProgram.H>
Public Member Functions | |
testing_parallel_program () | |
Default constructor. More... | |
testing_parallel_program (int nargs, char **args) | |
Constructor designed to take all commandline args. More... | |
testing_parallel_program (XPACCCommandLineType &comline, XPACCCommType &incomm) | |
Constructor designed to take all commandline args. More... | |
virtual int | Initialize () |
Populates native data structures from commandline. More... | |
int | VerbLevel () const |
Returns verbosity level. More... | |
virtual | ~testing_parallel_program () |
Destructor. More... | |
virtual int | Run () |
This function implements the main function executed by the program. More... | |
virtual int | Finalize () |
Protected Attributes | |
std::string | outFileName |
Name of file for output. More... | |
int | verblevel |
Verbosity level. More... | |
std::ofstream * | outFilePtr |
Output file stream object for output. More... | |
int | ndiv |
Number of partitions for domain. More... | |
|
inline |
Default constructor.
Definition at line 20 of file ParallelTestingProgram.H.
|
inline |
Constructor designed to take all commandline args.
Definition at line 29 of file ParallelTestingProgram.H.
|
inline |
Constructor designed to take all commandline args.
Definition at line 38 of file ParallelTestingProgram.H.
|
inlinevirtual |
|
inlinevirtual |
Definition at line 171 of file ParallelTestingProgram.H.
|
inlinevirtual |
Populates native data structures from commandline.
Definition at line 49 of file ParallelTestingProgram.H.
References plascom2::operators::sbp::Initialize().
|
inlinevirtual |
This function implements the main function executed by the program.
Definition at line 170 of file ParallelTestingProgram.H.
|
inline |
Returns verbosity level.
Definition at line 152 of file ParallelTestingProgram.H.
References verblevel.
|
protected |
Number of partitions for domain.
Definition at line 15 of file ParallelTestingProgram.H.
|
protected |
Name of file for output.
Definition at line 9 of file ParallelTestingProgram.H.
|
protected |
Output file stream object for output.
Definition at line 13 of file ParallelTestingProgram.H.
Referenced by ~testing_parallel_program().
|
protected |