MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

reconstruction of 3D grid with connectivity

  • To: mathgroup at smc.vnet.net
  • Subject: [mg91396] reconstruction of 3D grid with connectivity
  • From: Narasimham <mathma18 at hotmail.com>
  • Date: Wed, 20 Aug 2008 04:03:38 -0400 (EDT)

For surface ParametricPlot3D[{x = f(u,v), y = g(u,v), z = h(u,v)},
{u,umin,umax,ustep},{v,vmin,vmax,vstep}]

how to obtain the connectivity matrix (when u and v  are each
incremented by given ustep and vstep), using Delaunay or Voronoi
triangulations? In this case there would be curved or skewed
quadrilaterals instead of triangles that discretizes the surface.When
connectivity matrix and coordinate matrix are given with each  point
ID reference number, the surface should be  reconstructed, i.e.,
plotted, and/or Shown without again giving out the above command.

Thanks in advance,

Narasimham



  • Prev by Date: Graphing Difference Equation
  • Next by Date: Conflicting Switch Statements
  • Previous by thread: Re: Graphing Difference Equation
  • Next by thread: Re: reconstruction of 3D grid with connectivity