|
DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
|
Files | |
| HDF5.hpp | |
| HDF5 native type mappings for DNDS index, rowsize, and real types. | |
| JsonUtil.hpp | |
| JSON-to-Eigen conversion utilities and nlohmann_json helper macros. | |
| Serializer_bind.cpp | |
| Serializer_bind.hpp | |
| pybind11 bindings for the serializer hierarchy (SerializerBase, SerializerJSON, SerializerH5) and the factory. | |
| SerializerBase.cpp | |
| Out-of-line definition of the virtual destructor of SerializerBase; separated so the vtable has a single translation-unit home. | |
| SerializerBase.hpp | |
| Base types and abstract interface for array serialization. | |
| SerializerFactory.hpp | |
| Configurable factory that builds either a SerializerJSON or a SerializerH5 with all tunables exposed through the DNDS config system. | |
| SerializerH5.cpp | |
| SerializerH5.hpp | |
| MPI-parallel HDF5 serializer implementing the SerializerBase interface. | |
| SerializerJSON.cpp | |
| SerializerJSON.hpp | |
| Per-rank JSON serializer implementing the SerializerBase interface. | |