v0.14.0
Namespaces | Macros
CutMeshInterface.cpp File Reference

Cut mesh by surface. More...

Go to the source code of this file.

Namespaces

 MoFEM
 implementation of Data Operators for Forces and Sources
 

Macros

#define CutMeshFunctionBegin
 

Detailed Description

Cut mesh by surface.

Definition in file CutMeshInterface.cpp.

Macro Definition Documentation

◆ CutMeshFunctionBegin

#define CutMeshFunctionBegin
Value:
MOFEM_LOG_CHANNEL("WORLD"); \
MOFEM_LOG_FUNCTION(); \
MOFEM_LOG_TAG("WORLD", "CutMesh");

Definition at line 7 of file CutMeshInterface.cpp.

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