Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
| [Run program] More...
|
|
|
static char | help [] = "...\n\n" |
|
◆ EXECUTABLE_DIMENSION
#define EXECUTABLE_DIMENSION 3 |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
[Run program]
[Main]
Definition at line 720 of file electrostatics.cpp.
722 const char param_file[] =
"param_file.petsc";
728 DMType dm_name =
"DMMOFEM";
741 CHKERR Electrostatics_problem.runProgram();
◆ help
static MoFEMErrorCode Initialize(int *argc, char ***args, const char file[], const char help[])
Initializes the MoFEM database PETSc, MOAB and MPI.