https://github.com/tdegeus/paraview_examples
Some simple Paraview examples
https://github.com/tdegeus/paraview_examples
examples paraview
Last synced: 5 months ago
JSON representation
Some simple Paraview examples
- Host: GitHub
- URL: https://github.com/tdegeus/paraview_examples
- Owner: tdegeus
- License: mit
- Created: 2017-11-14T13:57:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T15:10:11.000Z (about 8 years ago)
- Last Synced: 2024-04-16T06:53:18.239Z (almost 2 years ago)
- Topics: examples, paraview
- Language: Python
- Size: 54.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Some simple ParaView examples.
# HDF5 - XDMF
## Introduction
In this setup the data is written to a binary HDF5-file, which are provided with a 'header' XDMF-file that specifies how ParaView should read it.
## References:
* [XDMF documentation, including element types](http://xdmf.org/index.php/XDMF_Model_and_Format).