Version:

salvus.mesh.algorithms

salvus.mesh.algorithms salvus mesh algorithms
Meshing algorithms.

Functions

compute_element_angle()

Compute the angle of each element in a mesh.
SIGNATURE
def compute_element_angle(
    edge_indices: npt.NDArray, connectivity: npt.NDArray, points: npt.NDArray
) -> npt.NDArray: ...
ARGUMENTS
Required
edge_indices
Type:npt.NDArray
Description:
List of indices representing the edges of each element.
Required
connectivity
Type:npt.NDArray
Description:
Array representing the connectivity of the mesh elements.
Required
points
Type:npt.NDArray
Description:
Array representing the coordinates of the mesh points.
RETURNS
Return type: npt.NDArray

Submodules

PAGE CONTENTS