450 {
451
452
453 const char param_file[] = "param_file.petsc";
455
456 auto core_log = logging::core::get();
457 core_log->add_sink(
461
462
463 try {
464
465 DMType dm_name = "DMMOFEM";
467
468
469 moab::Core mb_instance;
470 moab::Interface &moab = mb_instance;
471
472
475
476
478 CHKERR poisson_problem.runProgram();
479 }
481
482
484
485 return 0;
486}
#define CATCH_ERRORS
Catch errors.
#define CHKERR
Inline error check.
PetscErrorCode DMRegister_MoFEM(const char sname[])
Register MoFEM problem.
static LoggerType & setLog(const std::string channel)
Set ans resset chanel logger.
#define MOFEM_LOG_TAG(channel, tag)
Tag channel.
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.
static boost::shared_ptr< SinkType > createSink(boost::shared_ptr< std::ostream > stream_ptr, std::string comm_filter)
Create a sink object.
static boost::shared_ptr< std::ostream > getStrmWorld()
Get the strm world object.