v1.0
Classes
|
Functions
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
{
40
MyProblem
problem
;
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
}
MyProblem
Definition:
TemplateDriver.cpp:14
problem
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition:
steady_axisym_advection_diffusion.cc:213
References
problem
.
Drivers
Template
TemplateDriver.cpp
Generated on Wed Aug 27 2025 17:05:09 for MercuryDPM by
1.9.1