MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / enable_connectivity

Method enable_connectivity

python/pymesh/Mesh.py:123–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

121 return self.__mesh.get_attribute_names()
122
123 def enable_connectivity(self):
124 self.__mesh.enable_connectivity()
125
126 def get_vertex_adjacent_vertices(self, vi):
127 return self.__mesh.get_vertex_adjacent_vertices(vi).ravel()

Callers 4

mesh_to_graphFunction · 0.45
mesh_to_dual_graphFunction · 0.45
test_tet_connectivityMethod · 0.45
test_hex_connectivityMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_tet_connectivityMethod · 0.36
test_hex_connectivityMethod · 0.36