v0.15.0
Loading...
Searching...
No Matches
MatrixManager.cpp File Reference

Go to the source code of this file.

Classes

struct  MoFEM::CreateRowCompressedADJMatrix
 Create compressed matrix. More...
 

Namespaces

namespace  MoFEM
 implementation of Data Operators for Forces and Sources
 

Macros

#define MatrixManagerFunctionBegin
 Create adjacent matrices using different indices.
 

Typedefs

using MoFEM::CreateRowComressedADJMatrix = CreateRowCompressedADJMatrix
 

Macro Definition Documentation

◆ 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.

6#define MatrixManagerFunctionBegin \
7 MoFEMFunctionBegin; \
8 MOFEM_LOG_CHANNEL("WORLD"); \
9 MOFEM_LOG_CHANNEL("SYNC"); \
10 MOFEM_LOG_FUNCTION(); \
11 MOFEM_LOG_TAG("SYNC", "MatrixManager"); \
12 MOFEM_LOG_TAG("WORLD", "MatrixManager")