Skip to content

Commit 994d2f8

Browse files
committed
Merge branch 'master' of github.com:nmwsharp/potpourri3d
2 parents 14fafd1 + 1970b7e commit 994d2f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ logmap = solver.compute_log_map(sourceV)
117117
- `v_inds` a list of source vertices
118118
- `values` a list of scalar values, one for each source vertex
119119
- `MeshVectorHeatSolver.get_tangent_frames()` get the coordinate frames used to define tangent data at each vertex. Returned as a tuple of basis-X, basis-Y, and normal axes, each as an Nx3 array. May be necessary for change-of-basis into or out of tangent vector convention.
120+
- `MeshVectorHeatSolver.get_connection_laplacian()` get the _connection Laplacian_ used internally in the vector heat method, as a VxV sparse matrix.
120121
- `MeshVectorHeatSolver.transport_tangent_vector(v_ind, vector)` parallel transports a single vector across a surface
121122
- `v_ind` index of the source vertex
122123
- `vector` a 2D tangent vector to transport

0 commit comments

Comments
 (0)