Write XDMF files using h5py to open HDF5 file
Project description
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 details)
Built Distribution
File details
Details for the file XDMFWrite_h5py-0.2.0.tar.gz
.
File metadata
- Download URL: XDMFWrite_h5py-0.2.0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02b80133346d102f174dd802a399e411b5de3dddb8c13b7f8faee946872ed987 |
|
MD5 | 48c13147a990820e5e223d2da8a43a71 |
|
BLAKE2b-256 | 10c5be77ecd11c1d319f9123a28fe26b11d2f22c0d8a90d02732663f4de3dab5 |
File details
Details for the file XDMFWrite_h5py-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: XDMFWrite_h5py-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 889b99e44ca01ffc34da567576468e1dcc1718c3da647ce50593285ac98019ff |
|
MD5 | 196c4851ddc87053e83ccabdeee67858 |
|
BLAKE2b-256 | e1fc3d4573b46922ca13f15f143d01ac3a72fa5206006bcd41362f802aaf2868 |