326 {
327
328
329 const char param_file[] = "param_file.petsc";
331
332
333 auto core_log = logging::core::get();
334 core_log->add_sink(
338
339
340 try {
341
342 DMType dm_name = "DMMOFEM";
344
345
346 moab::Core mb_instance;
347 moab::Interface &moab = mb_instance;
348
349
352
353
355 CHKERR poisson_problem.runProgram();
356 }
358
359
361
362 return 0;
363}
#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.