[Paraview] Displaying elemental data

Andy Cedilnik andy.cedilnik at kitware.com
Tue May 17 10:55:54 EDT 2005


Hi Richard,

Just add Center="Cell" to Attribute:

<Attribute Name="Partition" Type="Scalar" Center="Cell">
<DataStructure DataType="Int" Format="XML">
...
</DataStructure>
</Attribute>

       Andy

Richard Haney wrote:

> To Whom It May Concern,
>
> I am working on an XML file (.xmf) that displays some partitioned data
> when viewed through paraview. The partitioned data is stored between
> the <Attribute> tags and displays fine except it displays the values
> as nodal values and not elementally as I would like.
>
> Does Paraview have a simple way to display elementally and not nodal?
>
> Pasted below is a copy of the XML file (outDISK.xmf) that I am working
> with.
>
> Thanks to anyone who has any idea/hint on how to solve this.
>

-- 
Andy Cedilnik
Kitware Inc.



More information about the ParaView mailing list