SpECTRE
v2025.03.17
|
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 | |
T | cos_theta |
DynamicBuffer< T > | cos_m_phi |
DynamicBuffer< T > | sin_m_phi |
DynamicBuffer< T > | pbar_factor |
Struct to hold cached information at a set of target interpolation points.