Core interface methods for managing deletions and insertion dofs.
More...
Go to the source code of this file.
|
namespace | MoFEM |
| implementation of Data Operators for Forces and Sources
|
|
Core interface methods for managing deletions and insertion dofs.
Definition in file FECore.cpp.
◆ FECoreFunctionBegin
#define FECoreFunctionBegin |
Value:
MOFEM_LOG_CHANNEL("WORLD"); \
MOFEM_LOG_CHANNEL("SYNC"); \
MOFEM_LOG_FUNCTION(); \
MOFEM_LOG_TAG("WORLD", "FECore"); \
MOFEM_LOG_TAG("SYNC", "FECore");
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
Definition at line 7 of file FECore.cpp.
7#define FECoreFunctionBegin \
8 MoFEMFunctionBegin; \
9 MOFEM_LOG_CHANNEL("WORLD"); \
10 MOFEM_LOG_CHANNEL("SYNC"); \
11 MOFEM_LOG_FUNCTION(); \
12 MOFEM_LOG_TAG("WORLD", "FECore"); \
13 MOFEM_LOG_TAG("SYNC", "FECore");