Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 603 of file elec_phys_2D.cpp.
603 {
606 try {
607 moab::Core mb_instance;
608 moab::Interface &moab = mb_instance;
610 DMType dm_name = "DMMOFEM";
612
616 CHKERR reac_diff_problem.run_analysis();
617 }
620 return 0;
621 }
#define CATCH_ERRORS
Catch errors.
#define CHKERR
Inline error check.
PetscErrorCode DMRegister_MoFEM(const char sname[])
Register MoFEM problem.
PetscErrorCode PetscOptionsGetInt(PetscOptions *, const char pre[], const char name[], PetscInt *ivalue, PetscBool *set)
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.
◆ dim
◆ help
◆ init_val_u
◆ init_val_v
◆ Tol