OPAL (Object Oriented Parallel Accelerator Library)
2024.1
OPAL
|
#include "Structure/LossDataSink.h"
#include "AbstractObjects/OpalData.h"
#include "Algorithms/DistributionMoments.h"
#include "Message/GlobalComm.h"
#include "OPALconfig.h"
#include "Utilities/GeneralClassicException.h"
#include "Utilities/Options.h"
#include "Utilities/Util.h"
#include "Utility/IpplInfo.h"
#include <cmath>
#include <filesystem>
Go to the source code of this file.
Macros | |
#define | WRITE_FILEATTRIB_STRING(attribute, value) |
#define | WRITE_STEPATTRIB_FLOAT64(attribute, value, size) |
#define | WRITE_STEPATTRIB_INT64(attribute, value, size) |
#define | WRITE_DATA_FLOAT64(name, value) |
#define | WRITE_DATA_INT64(name, value) |
#define | SET_STEP() |
#define | GET_NUM_STEPS() |
#define | SET_NUM_PARTICLES(num) |
#define | OPEN_FILE(fname, mode, props) |
#define | CLOSE_FILE() |
Variables | |
Inform * | gmsg |
#define CLOSE_FILE | ( | ) |
Definition at line 118 of file LossDataSink.cpp.
Referenced by LossDataSink::save(), and LossDataSink::~LossDataSink().
#define GET_NUM_STEPS | ( | ) |
Definition at line 89 of file LossDataSink.cpp.
Referenced by LossDataSink::save().
#define OPEN_FILE | ( | fname, | |
mode, | |||
props | |||
) |
Definition at line 109 of file LossDataSink.cpp.
Referenced by LossDataSink::openH5().
#define SET_NUM_PARTICLES | ( | num | ) |
Definition at line 98 of file LossDataSink.cpp.
Referenced by LossDataSink::saveH5().
#define SET_STEP | ( | ) |
Definition at line 80 of file LossDataSink.cpp.
Referenced by LossDataSink::saveH5().
#define WRITE_DATA_FLOAT64 | ( | name, | |
value | |||
) |
Definition at line 62 of file LossDataSink.cpp.
Referenced by LossDataSink::saveH5().
#define WRITE_DATA_INT64 | ( | name, | |
value | |||
) |
Definition at line 71 of file LossDataSink.cpp.
Referenced by LossDataSink::saveH5().
#define WRITE_FILEATTRIB_STRING | ( | attribute, | |
value | |||
) |
Definition at line 35 of file LossDataSink.cpp.
Referenced by LossDataSink::writeHeaderH5().
#define WRITE_STEPATTRIB_FLOAT64 | ( | attribute, | |
value, | |||
size | |||
) |
Definition at line 44 of file LossDataSink.cpp.
Referenced by LossDataSink::saveH5().
#define WRITE_STEPATTRIB_INT64 | ( | attribute, | |
value, | |||
size | |||
) |
Definition at line 53 of file LossDataSink.cpp.
Referenced by LossDataSink::saveH5().