v0.14.0
Classes | Namespaces | Macros
ProblemsManager.cpp File Reference

Managing complexities for problem. More...

Go to the source code of this file.

Classes

struct  MoFEM::IdxDataType
 
struct  MoFEM::IdxDataTypePtr
 

Namespaces

 MoFEM
 implementation of Data Operators for Forces and Sources
 

Macros

#define ProblemManagerFunctionBegin
 

Detailed Description

Managing complexities for problem.

Definition in file ProblemsManager.cpp.

Macro Definition Documentation

◆ ProblemManagerFunctionBegin

#define ProblemManagerFunctionBegin
Value:
MOFEM_LOG_CHANNEL("WORLD"); \
MOFEM_LOG_CHANNEL("SYNC"); \
MOFEM_LOG_FUNCTION(); \
MOFEM_LOG_TAG("SYNC", "ProblemsManager"); \
MOFEM_LOG_TAG("WORLD", "ProblemsManager")

Definition at line 8 of file ProblemsManager.cpp.

MoFEMFunctionBegin
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
Definition: definitions.h:346