18 class PeanoTextMetaFileReader;
63 void add(
Variable variable,
const std::vector<PatchData>& patchData );
70 std::map< Variable, std::vector<PatchData> >
data;
A dataset is a wrapper around one big map.
std::vector< Variable > getVariables() const
Variable getVariable(const std::string &name) const
static tarch::logging::Log _log
friend class convert::input::PeanoTextMetaFileReader
std::map< Variable, std::vector< PatchData > > data
std::vector< PatchData > getData(const Variable &selector) const
bool hasVariable(const std::string &name) const
void add(Variable variable, const std::vector< PatchData > &patchData)
If you add a patch, don't free the patch, i.e.
void merge(const DataSet &other)
This operation does not do a deep copy, i.e.
Represents one variable that is subsequently attached to the patches of a file.
Represent a Peano reader.