[Paraview] difference between types of mesh
Francois Bertel
francois.bertel at kitware.com
Mon Aug 30 16:03:53 EDT 2010
Hi Dan,
vtkPolyData can deal with 0-D, 1-D, 2-D linear cells.
vtkUnstructureGrid can deal with all the types of cells that
vtkPolyData support+ 3-D linear cells and 1-D, 2-D,3-D non-linear
cells.
vtkPolyData is more compact and efficient for 0-D,1-D,2-D linear cells
than vtkUnstructureGrid.
On Mon, Aug 30, 2010 at 4:00 PM, Dan Lussier <dan.lussier at sjc.ox.ac.uk> wrote:
> I was wondering what is the difference between a Polygonal mesh
> (vtkPolyData) and Unstructured mesh (vtkUnstructredGrid)?
>
> I have seen both come up in Paraview examples for seemingly similar
> data (i.e. unstructured points for example).
>
> Is there a significant difference in their capabilities? Is there a
> big advantage using one versus another in terms of memory allocation
> or ability to be processed by different filters?
>
> Thanks.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
--
François Bertel, PhD | Kitware Inc. Suite 204
1 (518) 371 3971 x113 | 28 Corporate Drive
| Clifton Park NY 12065, USA
More information about the ParaView
mailing list