Hello Ken,<br><br>Thank you for your help.  I think I understand it a lot better now.<br><br>Juan<br><br><div class="gmail_quote">On Mon, Jul 27, 2009 at 1:12 PM, Moreland, Kenneth <span dir="ltr">&lt;<a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div>
<font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size: 11pt;">Correct.  For example, if your data comprises exactly one tetrahedron, then your output should contain four points and the topology for the one tetrahedron.  The topology of the four triangular faces is implicit in the topology of the tetrahedron.  Including them explicitly would be counterproductive.<br>

<br>
-Ken<div class="im"><br>
<br>
<br>
On 7/27/09 11:50 AM, &quot;j s&quot; &lt;<a href="http://j.s4403@gmail.com" target="_blank">j.s4403@gmail.com</a>&gt; wrote:<br>
<br>
</div></span></font><blockquote><div class="im"><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size: 11pt;">On Mon, Jul 27, 2009 at 11:26 AM, Moreland, Kenneth &lt;<a href="http://kmorel@sandia.gov" target="_blank">kmorel@sandia.gov</a>&gt; wrote:<br>

</span></font><blockquote><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size: 11pt;">I don’t understand your question.  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?  (Answer: no.)  Are you asking if you can define a point, line, or triangle in 3D space?  (Answer: yes.)<br>

<br>
-Ken<br>
</span></font></blockquote><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size: 11pt;"><br>
<br>
Hello Ken,<br>
<br>
I was asking the first question.  I implemented the vtk file format for an 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?  <br>
<br>