Replies: 2 comments 4 replies
-
HDF5 file input/outputOne desirable feature would presumably be to have HDF5 input/output implemented in C++ (at the moment, only the Python API implements this feature based on the Per @speth in Cantera/cantera#1112 (an effort to replace legacy XML file I/O with a YAML format):
One workaround may be to use more user-friendly HDF5 C++ wrappers, e.g. BlueBrain/HighFive ... this is just the result of a quick search, where I mainly picked the one with the largest number of forks (in other words: there may be better options). |
Beta Was this translation helpful? Give feedback.
-
Closing as the feature is now implemented (per Cantera/cantera#1426) |
Beta Was this translation helpful? Give feedback.
-
In the Python API,
SolutionArray
objects hold multiple states, which allows for efficient manipulation of time series, spatial profiles etc. The implementation of this feature uses Python (Cython) exclusively, where an equivalent capability does not exist in the C++ core. Beyond manipulation of data sets,SolutionArray
objects also offers a convenient vehicle to save and load data (e.g. CSV, HDF5), where interoperability between different interfaces would be beneficial.This discussion is meant to collect some ideas within this context.
Beta Was this translation helpful? Give feedback.
All reactions