iskra.geometry.volume#

edge_lengths(edges)

Computes the lengths of a list of edges.

tetrahedron_volumes(tets)

Computes the volumes of a list of tetrahedra in 3D.

tetrahedron_volumes_intrinsic(edge_lengths, ...)

Computes the volume of tetrahedra from edge lengths alone.

triangle_areas(triangles)

Computes the areas of a list of triangles.

triangle_areas_intrinsic(edge_lengths, ...)

Computes the areas of a list of triangles from edge lengths alone.

volume_form(simplices)

Computes the generalized volumes of a list of simplices.

volume_form_intrinsic(edge_lengths, face_to_edge)

Computes the generalized volume of simplices from edge lengths alone.