BaseMesh.vertex_laplacian
-
BaseMesh.
vertex_laplacian
(key)[source] Compute the vector from a vertex to the centroid of its neighbors.
- Parameters
key (int) – The identifier of the vertex.
- Returns
list – The components of the vector.
BaseMesh.
vertex_laplacian
(key)[source]Compute the vector from a vertex to the centroid of its neighbors.
key (int) – The identifier of the vertex.
list – The components of the vector.