Matlab 3D array to ParaView (via HDF5 + XDMF)

버전 1.0.1 (2.6 KB) 작성자: Manuel A. Diaz
We exemplify how to export a large 3D array for visualization into ParaView using HPC's classical approach: using HDF5 with XDMF files.
다운로드 수: 267
업데이트 날짜: 2020/11/3

라이선스 보기

This snippet exemplifies how to export a 3D array into ParaView without the need of writing a VTK file. This is a classical approach to export large volumes of data preferred in highly performing computational (HPC) scenarios. ( like reading/writing [10,000]^3 arrays )
This example outputs 3 files: the geometry.h5, the field.h5, and the solution.xmf. The 3 files are required to be in the same folder. But for opening the array in ParaView/Visit, only the *.xmf file is initially required. ParaView/VisIt will then load the two h5-files.
More details are found inside the script. Happy coding! ;D

인용 양식

Manuel A. Diaz (2024). Matlab 3D array to ParaView (via HDF5 + XDMF) (https://www.mathworks.com/matlabcentral/fileexchange/82043-matlab-3d-array-to-paraview-via-hdf5-xdmf), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1

Change title

1.0.0