|
GridFormat 0.5.0
I/O-Library for grid-like data structures
|
Common functionality for VTK writers. More...
#include <ranges>#include <cassert>#include <utility>#include <type_traits>#include <algorithm>#include <array>#include <cmath>#include <gridformat/common/field.hpp>#include <gridformat/common/concepts.hpp>#include <gridformat/common/exceptions.hpp>#include <gridformat/common/precision.hpp>#include <gridformat/common/serialization.hpp>#include <gridformat/common/md_layout.hpp>#include <gridformat/common/ranges.hpp>#include <gridformat/common/matrix.hpp>#include <gridformat/common/type_traits.hpp>#include <gridformat/common/string_conversion.hpp>#include <gridformat/common/flat_index_mapper.hpp>#include <gridformat/common/field_transformations.hpp>#include <gridformat/grid/entity_fields.hpp>#include <gridformat/grid/cell_type.hpp>#include <gridformat/grid/concepts.hpp>#include <gridformat/grid/_detail.hpp>#include <gridformat/grid/grid.hpp>Go to the source code of this file.
Classes | |
| struct | GridFormat::VTK::DataFormat::Inlined |
| Inline data format (inside xml elements) More... | |
| struct | GridFormat::VTK::DataFormat::Appended |
| Appended data format (all data is appended at the end of the xml file) More... | |
Variables | |
| constexpr Inlined | GridFormat::VTK::DataFormat::inlined |
| Instance of the inline data format. | |
| constexpr Appended | GridFormat::VTK::DataFormat::appended |
| Instance of the appended data format. | |