Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
|
static char | help [] = "...\n\n" |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 389 of file nonlinear_poisson_2d.cpp.
389 {
390
391
394
395
396 try {
397
398 DMType dm_name = "DMMOFEM";
400
401
402 moab::Core mb_instance;
403 moab::Interface &moab = mb_instance;
404
405
408
409
411 CHKERR poisson_problem.runProgram();
412 }
414
415
417
418 return 0;
419}
#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