-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What do you want?
XDMF files can carry time information (under Time node).
This feature can help Paraview to synchronize files with different time recording.
A possible usage
No response
A possible implementation
The following lines can be added to lines 657 and 688 of hdf5.hpp:
auto time = grid.append_child("Time");
time.append_attribute("Value") = t;The question is: how to pass time value t with respect to other arguments (optional or not) of save_field?
Other informations
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request