XDMF reader (XdmfReader)
Read XDMF (eXtensible Data Model and Format) files.
The XDMF reader reads files in XDMF format. The expected file extension is .xmf. Metadata is stored in the XDMF file using an XML format, and large attribute arrays are stored in a corresponding HDF5 file. The output may be unstructured grid, structured grid, or rectiliner grid.

PropertyDescriptionDefault Value(s)Restrictions
Cell Arrays
(CellArrayStatus)
This property lists which the cell-centered arrays to read.  

The list of array names is provided by the reader.

 
Enable Grid
(EnableGrid)
This property indicates which grid(s) to enable.    
File Name
(FileName)
This property specifies the file name for the XDMF reader.    
Parameter Index
(ParameterIndex)
This property specifies the parameter index.    
Point Arrays
(PointArrayStatus)
This property lists which the point-centered arrays to read.  

The list of array names is provided by the reader.

 
Domain Name
(SetDomainName)
This property lists the domain name.  

The domain must be chosen from those contained in the Xdmf dataset.

 
Grid Name
(SetGridName)
This property lists the grid name.  

The grid must be chosen from those contained in the Xdmf dataset.

 
Stride
(Stride)
If loading structured data, this property indicate the number of indices per dimension (X, Y, or Z) to skip between each point included in this output. 1 1 1

The value must be greater than or equal to (1, 1, 1).