Cut mesh by surface.
More...
Go to the source code of this file.
|
namespace | MoFEM |
| implementation of Data Operators for Forces and Sources
|
|
Cut mesh by surface.
Definition in file CutMeshInterface.cpp.
◆ CutMeshFunctionBegin
#define CutMeshFunctionBegin |
Value:
MOFEM_LOG_CHANNEL("WORLD"); \
MOFEM_LOG_FUNCTION(); \
MOFEM_LOG_TAG("WORLD", "CutMesh");
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
Definition at line 7 of file CutMeshInterface.cpp.
7#define CutMeshFunctionBegin \
8 MoFEMFunctionBegin; \
9 MOFEM_LOG_CHANNEL("WORLD"); \
10 MOFEM_LOG_FUNCTION(); \
11 MOFEM_LOG_TAG("WORLD", "CutMesh");