v0.14.0
Namespaces | Macros
FieldCore.cpp File Reference

Core interface methods for managing fields. More...

#include <MoFEM.hpp>

Go to the source code of this file.

Namespaces

 MoFEM
 implementation of Data Operators for Forces and Sources
 

Macros

#define FieldCoreFunctionBegin
 

Detailed Description

Core interface methods for managing fields.

Definition in file FieldCore.cpp.

Macro Definition Documentation

◆ FieldCoreFunctionBegin

#define FieldCoreFunctionBegin
Value:
MOFEM_LOG_CHANNEL("WORLD"); \
MOFEM_LOG_CHANNEL("SYNC"); \
MOFEM_LOG_FUNCTION(); \
MOFEM_LOG_TAG("WORLD", "FieldCore"); \
MOFEM_LOG_TAG("SYNC", "FieldCore");

Definition at line 8 of file FieldCore.cpp.

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