No subject
Thu May 27 11:52:52 EDT 2010
are invalid. The invalid points are found mostly where the resolution of
the unstructured grid changes.
Is there a way to reduce the number of invalid points? And is it correct
to apply the ResampleWithDataset filter on Unstructured Grid, or should I
have converted them to something else first?
Thanks in advance for your help!
Camilla
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at http://www.kitware.com/opensour=
ce/opensource.html
Please keep messages on-topic and check the ParaView Wiki at: http://paravi=
ew.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview
**** Kenneth Moreland
*** Sandia National Laboratories
***********
*** *** *** email: kmorel at sandia.gov
** *** ** phone: (505) 844-8919
*** web: http://www.cs.unm.edu/~kmorel
--_000_C888251218D14kmorelsandiagov_
Content-Type: text/html;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
<HTML>
<HEAD>
<TITLE>Re: [Paraview] Resampling an Unstructured Grid</TITLE>
</HEAD>
<BODY>
<FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:=
11pt'>It was not clear in your email, but I am assuming that the points mar=
ked invalid are actually inside a cell in the unstructured mesh and should =
not have been marked so. You also stated that they happen near where =
the resolution of the unstructured grid changes. That can mean multip=
le things, but I am assuming that you are referring to a discontinuity in t=
he grid where coarse cells share a face with multiple finer cells. If=
this is the case, then VTK is going to have problems because many of its a=
lgorithms, including finding the cell in which a point belongs, relies on b=
eing able to find a cell’s neighbors, and this is ill defined when yo=
u have a discontinuity.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 8/10/10 6:30 PM, "<a href=3D"ccattani at caltech.edu">ccattani at caltech=
.edu</a>" <<a href=3D"ccattani at caltech.edu">ccattani at caltech.edu</a=
>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"=
><SPAN STYLE=3D'font-size:11pt'>Dear all,<BR>
<BR>
I am using the ResampleWithDataset filter to interpolate values from an<BR>
unstructured grid to a grid of equally spaced points.<BR>
More information about the ParaView
mailing list