Definition
A vertex in a polyhedral or simplicial complex whose incident faces or higher-dimensional cells fail to form a neighborhood homeomorphic to a ball (or half-ball), so the manifold condition is violated at that point and the local topology is singular.
Principle
Principle
A nonmanifold vertex results from an abnormal incidence pattern: either the link of the vertex is disconnected, not a sphere (or disk for boundary points), or cells meet in ways that preclude a ball-like neighborhood, producing branching, pinches, or singular junctions.
Demonstration
Demonstration
In a tetrahedral mesh, a vertex where two otherwise disjoint shells touch only at that vertex is nonmanifold: a small sphere around the vertex intersects the mesh in multiple disconnected components, so the link is not a single sphere.
Misapplication
Misapplication
Using numerical schemes, mesh subdivision, or topological simplifications that assume manifold vertex neighborhoods on complexes containing nonmanifold vertices produces incorrect element connectivity, invalid topological invariants, or simulation instabilities.
Consequence
Consequence
Detecting nonmanifold vertices enables remediation: local refinement or splitting of the vertex, topological surgery to separate incident components, or special-case algorithms that preserve correctness for intended applications like simulation or extrusion.
Reversal
Reversal
The opposite case is a manifold vertex whose incident cells form a neighborhood homeomorphic to a ball (or half-ball at a boundary), ensuring well-behaved local topology and link connectivity.
Boundary
Boundary
Pertains to combinatorial and PL cell complexes and polygonal/tetrahedral meshes; excludes smooth singularities not captured by cell incidence patterns and does not quantify global embedding pathology by itself.
Semantic Tension
Semantic Tension
There is tension between purely geometric embeddings and combinatorial topology: a vertex may appear geometrically nonregular yet be combinatorially manifold, or vice versa, so both combinatorial link tests and geometric position tests are relevant.
Synthesis
Synthesis
A nonmanifold vertex is a local combinatorial-topological singularity where the vertex link fails to be a sphere or disk; it signals branching or junctions that obstruct manifold-based algorithms and demands mesh repair, alternative data representations, or algorithms that explicitly accommodate such singularities.