My Project
|
Small struct that keeps track of data for output to restart/summary files. More...
#include <Cells.hpp>
Public Member Functions | |
CellData (UnitSystem::measure m, std::vector< double > x, TargetType dest) | |
bool | operator== (const CellData &cell2) const |
template<class Serializer > | |
void | serializeOp (Serializer &serializer) |
Static Public Member Functions | |
static CellData | serializationTestObject () |
Public Attributes | |
UnitSystem::measure | dim {UnitSystem::measure::identity} |
Dimension of the data to write. | |
std::vector< double > | data {} |
Per-cell solution values. | |
TargetType | target {TargetType::RESTART_SOLUTION} |
File output destination. | |
Small struct that keeps track of data for output to restart/summary files.