v0.14.0
Classes | Namespaces | Macros
MatrixManager.cpp File Reference

Go to the source code of this file.

Classes

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

Namespaces

 MoFEM
 implementation of Data Operators for Forces and Sources
 

Macros

#define MatrixManagerFunctionBegin
 Create adjacent matrices using different indices. More...
 

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")

Create adjacent matrices using different indices.

Definition at line 6 of file MatrixManager.cpp.

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