13 std::ostringstream localMessages;
14 localMessages <<
"RunMode = '" << runMode <<
"'" << std::endl;
15 StdOut(localMessages.str());
18 runMode =
"BareBones";
19 if(runMode ==
"BareBones"){
21 StdOut(
"Doing barebones.\n");
23 }
else if (runMode ==
"PlasCom2") {
28 }
else if(runMode ==
"PC2"){
31 }
else if (runMode ==
"MaxwellSolver") {
32 StdOut(
"Doing Maxwell Solver.\n");
35 StdOut(
"Unknown run option.\n");
virtual int Run()
This function implements the main function executed by the program.
virtual void FunctionExit(const StackType &stackentry)
FunctionExit updates the Stack as well as the Profiler.
void RenewStream(std::ostringstream &outStream)
void FC_GLOBAL(barebones, BAREBONES)(int *runCode)
virtual void FunctionEntry(const StackType &stackentry)
FunctionEntry updates the Stack as well as the Profiler.
virtual int StdOut(const std::string &outstr, unsigned char inlev=1)
std::string GetValue(const std::string &key) const
virtual int RunApplication()
CommunicatorType globalCommunicator
subroutine barebones(runCode)
fixtures::ConfigurationType appConfig