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[typing.Any, ...], numpy.dtype[numpy.float64]]-
The type of the None singleton.
var faces : numpy.ndarray[tuple[typing.Any, ...], numpy.dtype[numpy.float64]]-
The type of the None singleton.
var mesh_eigenvalues : numpy.ndarray[tuple[typing.Any, ...], numpy.dtype[numpy.float64]]-
The type of the None singleton.
var mesh_region : numpy.ndarray[tuple[typing.Any, ...], numpy.dtype[numpy.bool]]-
The type of the None singleton.
var name : str-
The name of the mesh. Current options
bird,cheetah,cube,dragonhomerandteapot. var number_basis_functions : int | None-
The number of basis functions to compute from the Laplacian of the given mesh. Defaults to one quarter of the number of vertices o the given mesh.
var vertices : numpy.ndarray[tuple[typing.Any, ...], numpy.dtype[numpy.float64]]-
The type of the None singleton.
var zoom : bool-
Whether to zoom in on the pre-selected region of the mesh in the plots.