Skip to content
New issue

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

[Feat]: XDMF files time-aware #208

Open
1 task done
Grenier opened this issue Jun 4, 2024 · 0 comments
Open
1 task done

[Feat]: XDMF files time-aware #208

Grenier opened this issue Jun 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Grenier
Copy link
Contributor

Grenier commented Jun 4, 2024

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
@Grenier Grenier added the enhancement New feature or request label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant