spectre.SphericalHarmonics

class spectre.SphericalHarmonics._Pybindings.Spherepack
property l_max
property m_max
phys_to_spec(self: spectre.SphericalHarmonics._Pybindings.Spherepack, collocation_values: spectre.DataStructures._Pybindings.DataVector, physical_stride: SupportsInt | SupportsIndex = 1, physical_offset: SupportsInt | SupportsIndex = 0) spectre.DataStructures._Pybindings.DataVector
property physical_size
spec_to_phys(self: spectre.SphericalHarmonics._Pybindings.Spherepack, spectral_coefs: spectre.DataStructures._Pybindings.DataVector, spectral_stride: SupportsInt | SupportsIndex = 1, spectral_offset: SupportsInt | SupportsIndex = 0) spectre.DataStructures._Pybindings.DataVector
property spectral_size
property theta_phi_points
class spectre.SphericalHarmonics._Pybindings.SpherepackIterator
set(self: spectre.SphericalHarmonics._Pybindings.SpherepackIterator, l: SupportsInt | SupportsIndex, m: SupportsInt | SupportsIndex) None