#include <PeanoHDF5PatchFileWriter.h>
|
| | CellDataWriter (const std::string &identifier, int unknownsPerAxis, int numberOfUnknowns, const std::string &description, const std::string &metaData, double *mapping, tarch::plotter::griddata::blockstructured::PeanoHDF5PatchFileWriter &writer) |
| |
| virtual | ~CellDataWriter () |
| |
| virtual void | plotCell (int index, double value) override |
| | Write data for one cell.
|
| |
| virtual void | plotCell (int index, double *values) override |
| |
| virtual void | close () override |
| | If you close your writer, each cell/vertex has to be assigned a value, i.e.
|
| |
| virtual void | assignRemainingCellsDefaultValues () override |
| |
| virtual int | getFirstCellWithinPatch (int index) const override |
| |
Definition at line 66 of file PeanoHDF5PatchFileWriter.h.
◆ CellDataWriter()
| tarch::plotter::griddata::blockstructured::PeanoHDF5PatchFileWriter::CellDataWriter::CellDataWriter |
( |
const std::string & | identifier, |
|
|
int | unknownsPerAxis, |
|
|
int | numberOfUnknowns, |
|
|
const std::string & | description, |
|
|
const std::string & | metaData, |
|
|
double * | mapping, |
|
|
tarch::plotter::griddata::blockstructured::PeanoHDF5PatchFileWriter & | writer ) |
◆ ~CellDataWriter()
| virtual tarch::plotter::griddata::blockstructured::PeanoHDF5PatchFileWriter::CellDataWriter::~CellDataWriter |
( |
| ) |
|
|
virtual |
◆ assignRemainingCellsDefaultValues()
| virtual void tarch::plotter::griddata::blockstructured::PeanoHDF5PatchFileWriter::CellDataWriter::assignRemainingCellsDefaultValues |
( |
| ) |
|
|
overridevirtual |
◆ close()
| virtual void tarch::plotter::griddata::blockstructured::PeanoHDF5PatchFileWriter::CellDataWriter::close |
( |
| ) |
|
|
overridevirtual |
◆ getFirstCellWithinPatch()
| virtual int tarch::plotter::griddata::blockstructured::PeanoHDF5PatchFileWriter::CellDataWriter::getFirstCellWithinPatch |
( |
int | patchIndex | ) |
const |
|
overridevirtual |
◆ plotCell() [1/2]
| virtual void tarch::plotter::griddata::blockstructured::PeanoHDF5PatchFileWriter::CellDataWriter::plotCell |
( |
int | index, |
|
|
double * | values ) |
|
overridevirtual |
◆ plotCell() [2/2]
| virtual void tarch::plotter::griddata::blockstructured::PeanoHDF5PatchFileWriter::CellDataWriter::plotCell |
( |
int | index, |
|
|
double | value ) |
|
overridevirtual |
◆ _data
| std::vector<double> tarch::plotter::griddata::blockstructured::PeanoHDF5PatchFileWriter::CellDataWriter::_data |
|
protected |
Definition at line 72 of file PeanoHDF5PatchFileWriter.h.
Referenced by peano4.datamodel.DaStGen2.DaStGen2Generator::construct_output(), peano4.datamodel.DaStGen2.DaStGen2GeneratorForObjectsWithSmartPointers::construct_output(), peano4.toolbox.particles.ParticleSet.ParticleSetGenerator_ScatteredOnHeap_IndexByList::construct_output(), peano4.toolbox.particles.ParticleSet.ParticleSetGenerator_ScatteredOnHeap_IndexByVector::construct_output(), peano4.toolbox.particles.ParticleSet.ParticleSetGenerator_ContinuousPerVertex::construct_output(), peano4.toolbox.particles.ParticleSet.ParticleSetGenerator_GlobalContinuous::construct_output(), peano4.datamodel.DaStGen2.DaStGen2Generator::get_header_file_include(), peano4.datamodel.DaStGen2.DaStGen2GeneratorForObjectsWithSmartPointers::get_header_file_include(), peano4.toolbox.particles.ParticleSet.AbstractParticleSetGenerator::get_header_file_include(), peano4.datamodel.DaStGen2.DaStGen2Generator::get_stack_container(), peano4.datamodel.DaStGen2.DaStGen2GeneratorForObjectsWithSmartPointers::get_stack_container(), peano4.datamodel.DynamicArrayOverPrimitivesToStdVector.DynamicArrayOverPrimitivesToStdVector::get_stack_container(), and peano4.toolbox.particles.ParticleSet.AbstractParticleSetGenerator::get_stack_container().
◆ _identifier
| const std::string tarch::plotter::griddata::blockstructured::PeanoHDF5PatchFileWriter::CellDataWriter::_identifier |
|
protected |
◆ _numberOfUnknowns
| const int tarch::plotter::griddata::blockstructured::PeanoHDF5PatchFileWriter::CellDataWriter::_numberOfUnknowns |
|
protected |
◆ _writer
The documentation for this class was generated from the following file: