Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
| [Run program] More...
|
|
◆ PostProcFaceEle
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
[Run program]
Definition at line 379 of file poisson_2d_nonhomogeneous.cpp.
382 const char param_file[] =
"param_file.petsc";
388 DMType dm_name =
"DMMOFEM";
401 CHKERR poisson_problem.runProgram();
◆ help
◆ SPACE_DIM
constexpr int SPACE_DIM = 2 |
|
constexpr |
static MoFEMErrorCode Initialize(int *argc, char ***args, const char file[], const char help[])
Initializes the MoFEM database PETSc, MOAB and MPI.