Module sleplet.meshes.mesh_slepian_field

Contains the MeshSlepianField class.

Classes

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

Create a field on a given mesh computed from a Slepian region of the mesh. The default field is the per-vertex normals of the mesh.

Ancestors

Class variables

var coefficients : numpy.ndarray[typing.Any, numpy.dtype[numpy.complex128 | numpy.float64]]
var wavelet_coefficients : numpy.ndarray[typing.Any, numpy.dtype[numpy.complex128 | numpy.float64]]
var wavelets : numpy.ndarray[typing.Any, numpy.dtype[numpy.float64]]

Inherited members