the C tessel module

Tesselation module

pNbody.tessel.CircumCircleProperties()

Get Circum Circle Properties

pNbody.tessel.ComputeArea()

Compute the area of each cell.

pNbody.tessel.ComputeIsoContours()

Compute iso-contours.

pNbody.tessel.ConstructDelaunay()

Construct the Delaunay tesselation for a given sample of points

pNbody.tessel.GetTriangles()

Get the trianles in a list of 3x3 arrays.

pNbody.tessel.GetVoronoi()

Get a list of segements corresponding to the voronoi.

pNbody.tessel.InCircumCircle()

Return if the circum circle of the triangle (P1,P2,P3) contains the point P4

pNbody.tessel.InTriangle()

Return if the triangle (P1,P2,P3) contains the point P4

pNbody.tessel.InTriangleOrOutside()

Return if the triangle (P1,P2,P3) contains the point P4

pNbody.tessel.TriangleMedians()

Get Triangle Medians

pNbody.tessel.get_AllDensities()

get the densities for each particle

pNbody.tessel.get_AllVolumes()

get the volume for each particle

pNbody.tessel.get_vPoints()

Get voronoi points

pNbody.tessel.get_vPointsForOnePoint()

Get voronoi points for a given point

pNbody.tessel.info()

info on tesselation

pNbody.tessel.test()

Simple Test