SpECTRE
v2024.09.16
|
Compute the derivative with respect to the numerical radial coordinate \(y\) of a quantity which is a spin-weighted spherical harmonic derivative. More...
#include <PreSwshDerivatives.hpp>
Public Types | |
using | pre_swsh_derivative_tags = tmpl::list<> |
using | swsh_derivative_tags = tmpl::list< Spectral::Swsh::Tags::Derivative< Tag, DerivKind > > |
using | integrand_tags = tmpl::list<> |
using | return_tags = tmpl::list< Tags::Dy< Spectral::Swsh::Tags::Derivative< Tag, DerivKind > > > |
using | argument_tags = tmpl::append< swsh_derivative_tags, tmpl::list< Tags::LMax > > |
Static Public Member Functions | |
static void | apply (const gsl::not_null< Scalar< SpinWeighted< ComplexDataVector, spin > > * > dy_val, const Scalar< SpinWeighted< ComplexDataVector, spin > > &val, const size_t l_max) |
Static Public Attributes | |
static constexpr int | spin |
Compute the derivative with respect to the numerical radial coordinate \(y\) of a quantity which is a spin-weighted spherical harmonic derivative.
This is separate from the generic case of a derivative with respect to \(y\) because the included type aliases arrange the input tags in different categories.
|
staticconstexpr |