v0.14.0
Namespaces | Macros
FECore.cpp File Reference

Core interface methods for managing deletions and insertion dofs. More...

#include <MoFEM.hpp>

Go to the source code of this file.

Namespaces

 MoFEM
 implementation of Data Operators for Forces and Sources
 

Macros

#define FECoreFunctionBegin
 

Detailed Description

Core interface methods for managing deletions and insertion dofs.

Definition in file FECore.cpp.

Macro Definition Documentation

◆ 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");

Definition at line 7 of file FECore.cpp.

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