SpECTRE  v2025.08.19
gh::Tags::VMinusSpeedCompute< Dim, Frame, SourceFrame > Struct Template Reference

Computes the minus characteristic speed in SourceFrame. More...

#include <Characteristics.hpp>

Public Types

using argument_tags = tmpl::list< gr::Tags::Lapse< DataVector >, gr::Tags::Shift< DataVector, Dim, Frame >, domain::Tags::InverseJacobian< Dim, SourceFrame, Frame >, gr::Tags::InverseSpatialMetric< DataVector, Dim, Frame >, domain::Tags::MeshVelocity< Dim, Frame > >
 
using return_type = tnsr::I< DataVector, Dim, SourceFrame >
 
using base = VMinusSpeed< DataVector, Dim, SourceFrame >
 
- Public Types inherited from gh::Tags::VMinusSpeed< DataVector, Dim, SourceFrame >
using type = tnsr::I< DataVector, SpatialDim, SourceFrame >
 

Static Public Attributes

static constexpr auto function
 

Detailed Description

template<size_t Dim, typename Frame, typename SourceFrame>
struct gh::Tags::VMinusSpeedCompute< Dim, Frame, SourceFrame >

Computes the minus characteristic speed in SourceFrame.

See also
vminus_speed()

Member Data Documentation

◆ function

template<size_t Dim, typename Frame , typename SourceFrame >
constexpr auto gh::Tags::VMinusSpeedCompute< Dim, Frame, SourceFrame >::function
staticconstexpr
Initial value:
= static_cast<void (*)(
&vminus_speed<Dim, Frame, SourceFrame>)
Definition: ContractFirstNIndices.hpp:16
Require a pointer to not be a nullptr
Definition: Gsl.hpp:197

The documentation for this struct was generated from the following file: