|
SpECTRE
v2025.08.19
|
A prefix tag representing the product of two other tags. Note that if non-spin-weighted types are needed in this tag, the type alias detail::product_t should be generalized to give a reasonable type for those cases, or template specializations should be constructed for this tag.
More...
#include <Tags.hpp>
Public Types | |
| using | type = detail::product_t< typename LhsTag::type, typename RhsTag::type > |
| using | tag = LhsTag |
Static Public Member Functions | |
| static std::string | name () |
A prefix tag representing the product of two other tags. Note that if non-spin-weighted types are needed in this tag, the type alias detail::product_t should be generalized to give a reasonable type for those cases, or template specializations should be constructed for this tag.