Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
|
static char | help [] = "...\n\n" |
|
◆ PostProcEdgeEle
◆ PostProcFaceEle
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 300 of file poisson_2d_lagrange_multiplier.cpp.
300 {
301
302
305
306
307 try {
308
309 DMType dm_name = "DMMOFEM";
311
312
313 moab::Core mb_instance;
314 moab::Interface &moab = mb_instance;
315
316
319
320
322 CHKERR poisson_problem.runProgram();
323 }
325
326
328
329 return 0;
330}
#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