439 {
440
441
442 const char param_file[] = "param_file.petsc";
444
445
446 auto core_log = logging::core::get();
447 core_log->add_sink(
451
452
453 try {
454
455 DMType dm_name = "DMMOFEM";
457
458
459 moab::Core mb_instance;
460 moab::Interface &moab = mb_instance;
461
462
465
466
468 CHKERR heat_problem.runProgram();
469 }
471
472
474
475 return 0;
476}
#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.