SpECTRE
v2024.09.29
|
Compute the derivative of the quantity represented by Tag
with respect to the numerical radial coordinate \(y\).
More...
#include <PreSwshDerivatives.hpp>
Public Types | |
using | pre_swsh_derivative_tags = tmpl::list< Tag > |
using | swsh_derivative_tags = tmpl::list<> |
using | integrand_tags = tmpl::list<> |
using | return_tags = tmpl::list< Tags::Dy< Tag > > |
using | argument_tags = tmpl::append< pre_swsh_derivative_tags, tmpl::list< Tags::LMax > > |
Static Public Member Functions | |
static void | apply (const gsl::not_null< Scalar< SpinWeighted< ComplexDataVector, Tag::type::type::spin > > * > dy_val, const Scalar< SpinWeighted< ComplexDataVector, Tag::type::type::spin > > &val, const size_t l_max) |
Compute the derivative of the quantity represented by Tag
with respect to the numerical radial coordinate \(y\).