SpECTRE
v2024.09.29
|
Compute the product of Lhs
and Rhs
.
More...
#include <PreSwshDerivatives.hpp>
Public Types | |
using | pre_swsh_derivative_tags = tmpl::list< Lhs, Rhs > |
using | swsh_derivative_tags = tmpl::list<> |
using | integrand_tags = tmpl::list<> |
using | return_tags = tmpl::list<::Tags::Multiplies< Lhs, Rhs > > |
using | argument_tags = pre_swsh_derivative_tags |
Static Public Member Functions | |
static void | apply (const gsl::not_null< Scalar< SpinWeighted< ComplexDataVector, ::Tags::Multiplies< Lhs, Rhs >::type::type::spin > > * > result, const Scalar< SpinWeighted< ComplexDataVector, Lhs::type::type::spin > > &lhs, const Scalar< SpinWeighted< ComplexDataVector, Rhs::type::type::spin > > &rhs) |
Compute the product of Lhs
and Rhs
.