Record and save data series in time or load steps.
More...
Go to the source code of this file.
|
namespace | MoFEM |
| implementation of Data Operators for Forces and Sources
|
|
Record and save data series in time or load steps.
Definition in file SeriesRecorder.cpp.
◆ 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")
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
Definition at line 6 of file SeriesRecorder.cpp.
6#define SeriesRecorderFunctionBegin \
7 MoFEMFunctionBegin; \
8 MOFEM_LOG_CHANNEL("WORLD"); \
9 MOFEM_LOG_CHANNEL("SYNC"); \
10 MOFEM_LOG_FUNCTION(); \
11 MOFEM_LOG_TAG("SYNC", "SeriesRecorder"); \
12 MOFEM_LOG_TAG("WORLD", "SeriesRecorder")