Go to the source code of this file.
|
namespace | MoFEM |
| implementation of Data Operators for Forces and Sources
|
|
◆ MatrixManagerFunctionBegin
#define MatrixManagerFunctionBegin |
Value:
MOFEM_LOG_CHANNEL("WORLD"); \
MOFEM_LOG_CHANNEL("SYNC"); \
MOFEM_LOG_FUNCTION(); \
MOFEM_LOG_TAG("SYNC", "MatrixManager"); \
MOFEM_LOG_TAG("WORLD", "MatrixManager")
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
Create adjacent matrices using different indices.
Definition at line 6 of file MatrixManager.cpp.