#include <stdlib.h>
#include <MoFEM.hpp>
#include <nonlinear_poisson_2d.hpp>
Go to the source code of this file.
◆ cube()
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
[Check]
Definition at line 448 of file nonlinear_poisson_2d.cpp.
451 const char param_file[] =
"param_file.petsc";
454 auto core_log = logging::core::get();
456 LogManager::createSink(LogManager::getStrmWorld(),
"EXAMPLE"));
457 LogManager::setLog(
"EXAMPLE");
463 DMType dm_name =
"DMMOFEM";
476 CHKERR poisson_problem.runProgram();
◆ sqr()
◆ 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.