-
Notifications
You must be signed in to change notification settings - Fork 1
Importing Data to ParaView
Xiaolong Du edited this page Oct 1, 2021
·
7 revisions
ParaView can read XDMF files which provide a specification of how to read data from your HDF5 files.
Suppose you have some data, e.g. density field, defined on a uniform grid from your simulation, and they are stored in a [HDF5] file, you can create a [XDMF] file which contains the information of the dataset. The [XDMF] file can then be used by ParaView to load the data. An example of the [XDMF] file can be found below