DREAM3D
DREAM3D copied to clipboard
Implement generic Xdmf writer as a filter
Currently, Xdmf files for visualization are written in the same filter that writes the DREAM3D file, which can be restrictive if the DataArrays are complex or if there is a montage/time series. A generic Xdmf writer should be written as a separate filter that can give the user the option for how and which DataArrays to write for visualization.
This issue can be done in conjunction with issue #305 to fix hyperslab output for geometries of arbitrary dimensions.