pyre.geometry.CPGrid¶
Module Contents¶
-
class
pyre.geometry.CPGrid.CPGrid(*args, **kwds)¶ Bases:
pyre.geometry.Grid.GridA corner point grid is a collection of hexahedral cells each of which is defined by the corners of two of its faces
-
cell(self, corners)¶ Create a cell out of the coordinates of its eight corners
-
boundingBox(self)¶ Compute the bounding box of the grid
-
eigenlen(self)¶ Compute the characteristic scale of the mesh
-
scale(self, idx, cell, dim, inf)¶ Compute the smallest edge in {cell}
-
verify(self)¶ Run some consistency checks
-