On Mar 21, 2007, at 8:44 PM, Charless Fowlkes wrote:

why don't you compare it to the temporary .vtk file generated on your
system. if they are different then send me your .vtk file so i can make
sure the face orientation looks right here.

Your .vtk file looks fine here, but they're definitely not the same:

52 benson.nist.gov% diff ~/FiPy/sphere.vtk  /tmp/tmpkVwmtV.vtk
5c5
< POINTS 9316 float
---
> POINTS 9298 float
10,12c10,12
< -3.06151588456e-16 -5.0 0.0
< 5.0 -6.12303176911e-16 0.0
< -3.06151588456e-16 0.0 -5.0
---
> -3.06161699787e-16 -5.0 0.0
> 5.0 -6.12323399574e-16 0.0
> -3.06161699787e-16 0.0 -5.0
15c15
< -4.91809953474 0.90127518907 0.0
---
> -4.91809953474 0.901275189069 0.0

A mesh produced by gmsh 1.65 produces a totally different mesh, with only 6360 points (although they don't start differing until line 312 in the .vtk file).

For whatever it's worths, I've posted the two .vtk files I generated to the wiki:

https://www.matforge.org/fipy/attachment/wiki/SurfaceOfSphere/ sphereNIST1,63.2.vtk https://www.matforge.org/fipy/attachment/wiki/SurfaceOfSphere/ sphereNIST2.0.4.vtk

Reply via email to