320 {
321
322
323 const char param_file[] = "param_file.petsc";
325
326
327 auto core_log = logging::core::get();
328 core_log->add_sink(
332
333
334 try {
335
336 DMType dm_name = "DMMOFEM";
338
339
340 moab::Core mb_instance;
341 moab::Interface &moab = mb_instance;
342
343
346
347
349 CHKERR poisson_problem.runProgram();
350 }
352
353
355
356 return 0;
357}
#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.