|
SpECTRE
2021.08.02
|
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 | |
| 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.