|
GridFormat 0.5.0
I/O-Library for grid-like data structures
|
#include <ranges>#include <ostream>#include <string>#include <gridformat/common/field.hpp>#include <gridformat/common/field_storage.hpp>#include <gridformat/common/lvalue_reference.hpp>#include <gridformat/grid/grid.hpp>#include <gridformat/vtk/common.hpp>#include <gridformat/vtk/xml.hpp>Writer for .vtu file format.
Go to the source code of this file.
Classes | |
| class | GridFormat::VTUWriter< Grid > |
| Writer for .vtu file format. More... | |
Functions | |
| template<typename G > | |
| GridFormat::VTUWriter (G &&, VTK::XMLOptions={}) -> VTUWriter< std::remove_cvref_t< G > > | |