CComplex
A cell complex is a collection of cells with well-defined intersection
properties. Cell complexes are built hierarchically from faces of
lower dimensions; a cell complex can be queried for its faces and
relationships among them.
Subclasses:
Member functions:
- adjacent_faces: CComplex . CComplex face -> CComplexes
Returns the faces adjacent to the face in the complex.
- co_faces: CComplex . CComplex face -> CComplexes
Returns the co-faces of the face in the complex.
- faces: CComplex . int -> CComplexes
Returns the faces of the given dimension in the complex.