v0.14.0
Namespaces | Macros
SeriesRecorder.cpp File Reference

Record and save data series in time or load steps. More...

Go to the source code of this file.

Namespaces

 MoFEM
 implementation of Data Operators for Forces and Sources
 

Macros

#define SeriesRecorderFunctionBegin
 

Detailed Description

Record and save data series in time or load steps.

Definition in file SeriesRecorder.cpp.

Macro Definition Documentation

◆ SeriesRecorderFunctionBegin

#define SeriesRecorderFunctionBegin
Value:
MOFEM_LOG_CHANNEL("WORLD"); \
MOFEM_LOG_CHANNEL("SYNC"); \
MOFEM_LOG_FUNCTION(); \
MOFEM_LOG_TAG("SYNC", "SeriesRecorder"); \
MOFEM_LOG_TAG("WORLD", "SeriesRecorder")

Definition at line 6 of file SeriesRecorder.cpp.

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