Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
|
static char | help [] = "...\n\n" |
|
◆ PostProcVolEle
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 234 of file poisson_3d_homogeneous.cpp.
234 {
235
236
239
240
241 try {
242
243 DMType dm_name = "DMMOFEM";
245
246
247 moab::Core mb_instance;
248 moab::Interface &moab = mb_instance;
249
250
253
254
256 CHKERR poisson_problem.runProgram();
257 }
259
260
262
263 return 0;
264}
#define CATCH_ERRORS
Catch errors.
#define CHKERR
Inline error check.
PetscErrorCode DMRegister_MoFEM(const char sname[])
Register MoFEM problem.
static MoFEMErrorCode Initialize(int *argc, char ***args, const char file[], const char help[])
Initializes the MoFEM database PETSc, MOAB and MPI.
static MoFEMErrorCode Finalize()
Checks for options to be called at the conclusion of the program.
Deprecated interface functions.
◆ help