newton.utils.MeshAdjacencyData#
- newton.utils.MeshAdjacencyData = <warp._src.codegen.Struct object>[source]#
Kernel-facing soft-mesh adjacency – pure data, no Python state or methods.
Uploaded from
MeshAdjacencyviaMeshAdjacency.to(): the vertex-adjacency CSR arrays (read by the VBD solver’s kernels) plus theedge_tri_indices/tri_edge_indicestopology maps, so kernels can read mesh topology directly on device.