Module sleplet.meshes.mesh_basis_functions

Contains the MeshBasisFunctions class.

Classes

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

Create the eigenfunctions of the Laplacian of the mesh.

Ancestors

Instance variables

var rank : int

Slepian eigenvalues are ordered in decreasing value. The option rank selects a given Slepian function from the spectrum (p in the papers).

Inherited members