|
SpECTRE
v2026.04.01
|
Holds the filtering matrices for different matrix ranks. More...
#include <TensorYlmFilter.hpp>
Public Attributes | |
| size_t | number_of_ell_modes_to_kill {} |
| CoefficientNormalization | coefficient_normalization {} |
| std::optional< size_t > | half_power |
| std::optional< SimpleSparseMatrix > | scalar |
| std::optional< SimpleSparseMatrix > | i |
| std::optional< SimpleSparseMatrix > | ii |
| std::optional< SimpleSparseMatrix > | ij |
| std::optional< SimpleSparseMatrix > | kii |
Holds the filtering matrices for different matrix ranks.
This is used for caching the matrices that are needed for a particular system.
Since the data being cached depends on parameters, those parameters are also cached.