No subject


Tue Jun 23 12:19:35 EDT 2009


Regards,

Juan










On 7/25/09 9:53 AM, "j s" <j.s4403 at gmail.com <http://j.s4403@gmail.com> > w=
rote:

Hello,

I'm not familiar with all of the plugins in paraview, but I am wondering wh=
ether I need to write lower order elements in my vtk files for flexibility.

All of my data is point based.

I am thinking that:

if 1d:
    Write Lines
if 2d:
    Write Triangles
if 3d:
    Write Tetrahedron

Would there be any reason to write lines and triangles in 3d to the output =
file?

Thanks,

Juan



   ****      Kenneth Moreland
    ***      Sandia National Laboratories
***********
*** *** ***  email: kmorel at sandia.gov <http://kmorel@sandia.gov>
**  ***  **  phone: (505) 844-8919
    ***      web:   http://www.cs.unm.edu/~kmorel <http://www.cs.unm.edu/%7=
Ekmorel>





   ****      Kenneth Moreland
    ***      Sandia National Laboratories
***********
*** *** ***  email: kmorel at sandia.gov
**  ***  **  phone: (505) 844-8919
    ***      web:   http://www.cs.unm.edu/~kmorel


--_000_C6934A27B86Akmorelsandiagov_
Content-Type: text/html;
 charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

<HTML>
<HEAD>
<TITLE>Re: [Paraview] elements to write for visualization</TITLE>
</HEAD>
<BODY>
<FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:=
11pt'>Correct. &nbsp;For example, if your data comprises exactly one tetrah=
edron, then your output should contain four points and the topology for the=
 one tetrahedron. &nbsp;The topology of the four triangular faces is implic=
it in the topology of the tetrahedron. &nbsp;Including them explicitly woul=
d be counterproductive.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 7/27/09 11:50 AM, &quot;j s&quot; &lt;<a href=3D"j.s4403 at gmail.com">j.s4=
403 at gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"=
><SPAN STYLE=3D'font-size:11pt'>On Mon, Jul 27, 2009 at 11:26 AM, Moreland,=
 Kenneth &lt;<a href=3D"kmorel at sandia.gov">kmorel at sandia.gov</a>&gt; wrote:=
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"=
><SPAN STYLE=3D'font-size:11pt'>I don&#8217;t understand your question. =A0=
Can you clarify it?<BR>
<BR>
Are you perhaps asking if you need to write out, for example, the triangle =
faces of each tetrahedron you write out? =A0(Answer: no.) =A0Are you asking=
 if you can define a point, line, or triangle in 3D space? =A0(Answer: yes.=
)<BR>
<BR>
-Ken<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial=
"><SPAN STYLE=3D'font-size:11pt'><BR>
<BR>
Hello Ken,<BR>
<BR>
I was asking the first question.=A0 I implemented the vtk file format for a=
n unstructured grid using:<BR>
type 10 elements for 3D (tetrahedra)<BR>
type 5 elements for 2D (triangles)<BR>
type 3 elements for 1D (lines)<BR>
<BR>
Each of these elements are defined in terms of points.<BR>
<BR>
My data only exists on points (point data).<BR>
<BR>
Is there any reason why I would want to put the lower dimensional elements =
in my vtk file in addition to the highest dimensional elements?=A0 <BR>
<BR>


More information about the ParaView mailing list