SpECTRE
v2025.03.17
|
This is the complete list of members for ylm::Spherepack, including all inherited members.
add_constant(const gsl::not_null< DataVector * > spectral_coefs, const double c) | ylm::Spherepack | inlinestatic |
average(const DataVector &spectral_coefs) | ylm::Spherepack | inlinestatic |
definite_integral(gsl::not_null< const double * > collocation_values, size_t physical_stride=1, size_t physical_offset=0) const | ylm::Spherepack | inline |
first_and_second_derivative(const DataVector &collocation_values) const | ylm::Spherepack | |
FirstDeriv typedef | ylm::Spherepack | |
gradient(const std::array< double *, 2 > &df, gsl::not_null< const double * > collocation_values, size_t physical_stride=1, size_t physical_offset=0) const | ylm::Spherepack | |
gradient(const DataVector &collocation_values, size_t physical_stride=1, size_t physical_offset=0) const | ylm::Spherepack | |
gradient_all_offsets(const std::array< double *, 2 > &df, gsl::not_null< const double * > collocation_values, size_t stride=1) const | ylm::Spherepack | |
gradient_all_offsets(const DataVector &collocation_values, size_t stride=1) const | ylm::Spherepack | |
gradient_from_coefs(const std::array< double *, 2 > &df, gsl::not_null< const double * > spectral_coefs, size_t spectral_stride=1, size_t spectral_offset=0, size_t physical_stride=1, size_t physical_offset=0) const | ylm::Spherepack | inline |
gradient_from_coefs(const DataVector &spectral_coefs, size_t spectral_stride=1, size_t spectral_offset=0) const | ylm::Spherepack | |
gradient_from_coefs_all_offsets(const std::array< double *, 2 > &df, gsl::not_null< const double * > spectral_coefs, size_t stride=1) const | ylm::Spherepack | inline |
gradient_from_coefs_all_offsets(const DataVector &spectral_coefs, size_t stride=1) const | ylm::Spherepack | |
integration_weights() const | ylm::Spherepack | inline |
interpolate(gsl::not_null< T * > result, gsl::not_null< const double * > collocation_values, const InterpolationInfo< T > &interpolation_info, size_t physical_stride=1, size_t physical_offset=0) const | ylm::Spherepack | |
interpolate(const DataVector &collocation_values, const std::array< T, 2 > &target_points) const | ylm::Spherepack | |
interpolate_from_coefs(gsl::not_null< T * > result, const R &spectral_coefs, const InterpolationInfo< T > &interpolation_info, size_t spectral_stride=1, size_t spectral_offset=0) const | ylm::Spherepack | |
interpolate_from_coefs(const DataVector &spectral_coefs, const std::array< T, 2 > &target_points) const (defined in ylm::Spherepack) | ylm::Spherepack | |
l_max() const | ylm::Spherepack | inline |
m_max() const | ylm::Spherepack | inline |
phi_points() const | ylm::Spherepack | inline |
phys_to_spec(gsl::not_null< double * > spectral_coefs, gsl::not_null< const double * > collocation_values, size_t physical_stride=1, size_t physical_offset=0, size_t spectral_stride=1, size_t spectral_offset=0) const | ylm::Spherepack | inline |
phys_to_spec(const DataVector &collocation_values, size_t physical_stride=1, size_t physical_offset=0) const | ylm::Spherepack | |
phys_to_spec_all_offsets(gsl::not_null< double * > spectral_coefs, gsl::not_null< const double * > collocation_values, size_t stride) const | ylm::Spherepack | inline |
phys_to_spec_all_offsets(const DataVector &collocation_values, size_t stride) const | ylm::Spherepack | |
physical_extents() const (defined in ylm::Spherepack) | ylm::Spherepack | inline |
physical_size(const size_t l_max, const size_t m_max) | ylm::Spherepack | inlinestatic |
physical_size() const | ylm::Spherepack | inline |
prolong_or_restrict(const DataVector &spectral_coefs, const Spherepack &target) const | ylm::Spherepack | |
scalar_laplacian(gsl::not_null< double * > scalar_laplacian, gsl::not_null< const double * > collocation_values, size_t physical_stride=1, size_t physical_offset=0) const | ylm::Spherepack | |
scalar_laplacian(const DataVector &collocation_values, size_t physical_stride=1, size_t physical_offset=0) const | ylm::Spherepack | |
scalar_laplacian_from_coefs(gsl::not_null< double * > scalar_laplacian, gsl::not_null< const double * > spectral_coefs, size_t spectral_stride=1, size_t spectral_offset=0, size_t physical_stride=1, size_t physical_offset=0) const | ylm::Spherepack | |
scalar_laplacian_from_coefs(const DataVector &spectral_coefs, size_t spectral_stride=1, size_t spectral_offset=0) const | ylm::Spherepack | |
second_derivative(const std::array< double *, 2 > &df, gsl::not_null< SecondDeriv * > ddf, gsl::not_null< const double * > collocation_values, size_t physical_stride=1, size_t physical_offset=0) const | ylm::Spherepack | |
SecondDeriv typedef | ylm::Spherepack | |
set_up_interpolation_info(const std::array< T, 2 > &target_points) const | ylm::Spherepack | |
spec_to_phys(gsl::not_null< double * > collocation_values, gsl::not_null< const double * > spectral_coefs, size_t spectral_stride=1, size_t spectral_offset=0, size_t physical_stride=1, size_t physical_offset=0) const | ylm::Spherepack | inline |
spec_to_phys(const DataVector &spectral_coefs, size_t spectral_stride=1, size_t spectral_offset=0) const | ylm::Spherepack | |
spec_to_phys_all_offsets(gsl::not_null< double * > collocation_values, gsl::not_null< const double * > spectral_coefs, size_t stride) const | ylm::Spherepack | inline |
spec_to_phys_all_offsets(const DataVector &spectral_coefs, size_t stride) const | ylm::Spherepack | |
spectral_size(const size_t l_max, const size_t m_max) | ylm::Spherepack | inlinestatic |
spectral_size() const | ylm::Spherepack | inline |
Spherepack(size_t l_max, size_t m_max) | ylm::Spherepack | |
theta_phi_points() const | ylm::Spherepack | |
theta_points() const | ylm::Spherepack | inline |