|
dune-grid 2.12-git
|
Loading...
Searching...
No Matches
vtuwriter.hh
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file LICENSE.md in module root
#define DUNE_THROW(E,...)
Data array writers for the VTKWriter.
Common stuff for the VTKWriter.
Precision
which precision to use when writing out data to vtk files
Definition common.hh:271
OutputType
How the bulk data should be stored in the file.
Definition common.hh:43
@ unstructuredGrid
for .vtu files (UnstructuredGrid)
Definition common.hh:256
std::string getEndiannessString()
determine endianness of this C++ implementation
Definition common.hh:232
Include standard header files.
bool beginAppended()
signal start of the appended section
Definition dataarraywriter.hh:503
DataArrayWriter * make(const std::string &name, unsigned ncomps, unsigned nitems, const Indent &indent, Precision prec)
create a DataArrayWriter
Definition dataarraywriter.hh:547
const std::string & appendedEncoding() const
query encoding string for appended data
Definition dataarraywriter.hh:516
DataArrayWriter * makeArrayWriter(const std::string &name, unsigned ncomps, unsigned nitems, Precision prec)
acquire a DataArrayWriter
Definition vtuwriter.hh:381
bool beginAppended()
start the appended data section
Definition vtuwriter.hh:345
void endAppended()
finish the appended data section
Definition vtuwriter.hh:359
VTUWriter(std::ostream &stream_, OutputType outputType, FileType fileType_)
create a VTUWriter object
Definition vtuwriter.hh:122
void endCellData()
finish CellData section
Definition vtuwriter.hh:220
void beginMain(unsigned ncells, unsigned npoints)
start the main PolyData/UnstructuredGrid section
Definition vtuwriter.hh:310
void beginCells()
start section for the grid cells/PolyData lines
Definition vtuwriter.hh:274
void endPointData()
finish PointData section
Definition vtuwriter.hh:182
void beginCellData(const std::string &scalars="", const std::string &vectors="")
start CellData section
Definition vtuwriter.hh:205
void beginPointData(const std::string &scalars="", const std::string &vectors="")
start PointData section
Definition vtuwriter.hh:167
void endPoints()
finish section for the point coordinates
Definition vtuwriter.hh:249
void endCells()
start section for the grid cells/PolyData lines
Definition vtuwriter.hh:285
void beginPoints()
start section for the point coordinates
Definition vtuwriter.hh:238
void endMain()
finish the main PolyData/UnstructuredGrid section
Definition vtuwriter.hh:320
enum Dune::VTK::VTUWriter::Phase phase
T flush(T... args)
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8