[Paraview] Bug in XDMF reader ?
houssen
houssen at ipgp.fr
Mon May 16 10:55:21 EDT 2016
Hello,
I have 2 grids (sharing the same nodes). On ParaView-5.0.0, when
attribute names differ in grids, data can not be visualized : is this
intended ? If yes why ? If no, how to file a bug ?
Thanks,
Franck
~> diff OK.xdmf KO.xdmf
48c48
< <Attribute Name="NodeValues" AttributeType="Scalar"
Center="Node">
---
> <Attribute Name="NodeVal" AttributeType="Scalar" Center="Node">
52c52
< <Attribute Name="CellValues" AttributeType="Scalar"
Center="Cell">
---
> <Attribute Name="CellVal" AttributeType="Scalar" Center="Cell">
-------------- next part --------------
A non-text attachment was scrubbed...
Name: KO.xdmf
Type: application/xml
Size: 2022 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160516/a21b9689/attachment.wsdl>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OK.xdmf
Type: application/xml
Size: 2028 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160516/a21b9689/attachment-0001.wsdl>
More information about the ParaView
mailing list