Skip to main content

Write XDMF files using h5py to open HDF5 file

Project description

CI readthedocs

Module to write XDMF files for HDF5 files. For example:

with h5py.File(root.with_suffix(".h5")) as file, xh.Grid(root.with_suffix(".xdmf")) as xdmf:

    xdmf += xh.Unstructured(file["coor"], file["conn"], "Quadrilateral")
    xdmf += xh.Attribute(file["stress"], "Cell")

See Documentation: xdmfwrite-h5py.readthedocs.io for more information and examples.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

XDMFWrite_h5py-0.2.0.tar.gz (11.4 kB view hashes)

Uploaded Source

Built Distribution

XDMFWrite_h5py-0.2.0-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page