SpECTRE  v2024.05.11
ylm::Spherepack::InterpolationInfo< T > Struct Template Reference

Struct to hold cached information at a set of target interpolation points. More...

#include <Spherepack.hpp>

Public Member Functions

 InterpolationInfo (size_t l_max, size_t m_max, const gsl::span< double > pmm, const std::array< T, 2 > &target_points)
 
size_t size () const
 
size_t m_max () const
 
size_t l_max () const
 

Public Attributes

cos_theta
 
DynamicBuffer< T > cos_m_phi
 
DynamicBuffer< T > sin_m_phi
 
DynamicBuffer< T > pbar_factor
 

Detailed Description

template<typename T>
struct ylm::Spherepack::InterpolationInfo< T >

Struct to hold cached information at a set of target interpolation points.


The documentation for this struct was generated from the following file: