We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XDMF files can carry time information (under Time node). This feature can help Paraview to synchronize files with different time recording.
No response
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: