TemplateDriver.cpp File Reference
#include <Mercury3D.h>

Classes

class  MyProblem
 

Functions

int main (const int argc, const char **argv)
 

Function Documentation

◆ main()

int main ( const int argc  ,
const char **  argv 
)
39 {
41  /* Make sure to add an (unique) name here */
42  problem.setName("MyProblemCode");
43 
44  //Add any configuration which is modified often below...
45 
46  /* Now start the simulation */
47  problem.solve();
48  return 0;
49 }
Definition: TemplateDriver.cpp:14
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References problem.