45 int main(
int argc,
char *argv[])
55 session = LibUtilities::SessionReader::CreateInstance(argc, argv);
58 graph = SpatialDomains::MeshGraph::Read(session);
61 session->LoadSolverInfo(
"Driver", vDriverModule,
"Standard");
74 if (session->DefinesCmdLineArgument(
"verbose"))
78 session->LoadParameter(
"IO_Timer_Level",iolevel,1);
80 LibUtilities::Timer::PrintElapsedRegions(session->GetComm(),
87 catch (
const std::runtime_error&)
91 catch (
const std::string& eStr)
93 cout <<
"Error: " << eStr << endl;
int main(int argc, char *argv[])
tBaseSharedPtr CreateInstance(tKey idKey, tParam... args)
Create an instance of the class referred to by idKey.
void AccumulateRegion(std::string, int iolevel=0)
Accumulate elapsed time for a region.
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::shared_ptr< Driver > DriverSharedPtr
A shared pointer to a Driver object.
DriverFactory & GetDriverFactory()
std::shared_ptr< MeshGraph > MeshGraphSharedPtr
The above copyright notice and this permission notice shall be included.