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.
Release files for XDMFWrite-h5py 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| XDMFWrite_h5py-0.2.0.tar.gz | 11.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| XDMFWrite_h5py-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.4 kB
Release files / XDMFWrite_h5py-0.2.0.tar.gz
| Download URL | XDMFWrite_h5py-0.2.0.tar.gz |
|---|---|
| Size | 11.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
02b80133346d102f174dd802a399e411b5de3dddb8c13b7f8faee946872ed987
|
|
BLAKE2b-256 checksum How to use checksums |
10c5be77ecd11c1d319f9123a28fe26b11d2f22c0d8a90d02732663f4de3dab5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.1
|
Release files / XDMFWrite_h5py-0.2.0-py3-none-any.whl
| Download URL | XDMFWrite_h5py-0.2.0-py3-none-any.whl |
|---|---|
| Size | 5.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
889b99e44ca01ffc34da567576468e1dcc1718c3da647ce50593285ac98019ff
|
|
BLAKE2b-256 checksum How to use checksums |
e1fc3d4573b46922ca13f15f143d01ac3a72fa5206006bcd41362f802aaf2868
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.1
|