Module sleplet.meshes.mesh

Contains the Mesh class.

Classes

class Mesh (*args: Any, **kwargs: Any)

Create a mesh object.

Instance variables

var basis_functions : numpy.ndarray[tuple[int, ...], numpy.dtype[numpy.float64]]

The type of the None singleton.

var faces : numpy.ndarray[tuple[int, ...], numpy.dtype[numpy.float64]]

The type of the None singleton.

var mesh_eigenvalues : numpy.ndarray[tuple[int, ...], numpy.dtype[numpy.float64]]

The type of the None singleton.

var mesh_region : numpy.ndarray[tuple[int, ...], numpy.dtype[numpy.bool]]

The type of the None singleton.

var name : str

The type of the None singleton.

var number_basis_functions : int | None

The type of the None singleton.

var vertices : numpy.ndarray[tuple[int, ...], numpy.dtype[numpy.float64]]

The type of the None singleton.

var zoom : bool

The type of the None singleton.