Skip to content

[Feat]: XDMF files time-aware #208

@Grenier

Description

@Grenier

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions