SpECTRE  2021.08.02
YlmSpherepack::InterpolationInfo< T > Struct Template Reference

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

#include <YlmSpherepack.hpp>

Public Member Functions

 InterpolationInfo (size_t m_max, const std::vector< double > &pmm, const std::array< T, 2 > &target_points)
 
size_t size () 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 YlmSpherepack::InterpolationInfo< T >

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