Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
| [Run program]
|
|
◆ PostProcFaceEle
◆ main()
int main |
( |
int | argc, |
|
|
char * | argv[] ) |
[Run program]
Definition at line 379 of file poisson_2d_nonhomogeneous.cpp.
379 {
380
381
382 const char param_file[] = "param_file.petsc";
384
385
386 try {
387
388 DMType dm_name = "DMMOFEM";
390
391
392 moab::Core mb_instance;
393 moab::Interface &moab = mb_instance;
394
395
398
399
401 CHKERR poisson_problem.runProgram();
402 }
404
405
407
408 return 0;
409}
#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
◆ SPACE_DIM