SpECTRE  v2024.04.12
gh::Tags::TimeDerivSpatialMetricCompute< SpatialDim, Frame > Struct Template Reference

Compute item to get time derivative of the spatial metric from generalized harmonic and geometric variables. More...

#include <TimeDerivOfSpatialMetric.hpp>

Public Types

using argument_tags = tmpl::list< gr::Tags::Lapse< DataVector >, gr::Tags::Shift< DataVector, SpatialDim, Frame >, Phi< DataVector, SpatialDim, Frame >, Pi< DataVector, SpatialDim, Frame > >
 
using return_type = tnsr::ii< DataVector, SpatialDim, Frame >
 
using base = ::Tags::dt< gr::Tags::SpatialMetric< DataVector, SpatialDim, Frame > >
 
- Public Types inherited from Tags::dt< gr::Tags::SpatialMetric< DataVector, SpatialDim, Frame > >
using type = typename Tag::type
 
using tag = gr::Tags::SpatialMetric< DataVector, SpatialDim, Frame >
 

Static Public Attributes

static constexpr auto function
 

Detailed Description

template<size_t SpatialDim, typename Frame>
struct gh::Tags::TimeDerivSpatialMetricCompute< SpatialDim, Frame >

Compute item to get time derivative of the spatial metric from generalized harmonic and geometric variables.

Details

See time_deriv_of_spatial_metric(). Can be retrieved using gr::Tags::SpatialMetric wrapped in Tags::dt.

Member Data Documentation

◆ function

template<size_t SpatialDim, typename Frame >
constexpr auto gh::Tags::TimeDerivSpatialMetricCompute< SpatialDim, Frame >::function
staticconstexpr
Initial value:
= static_cast<void (*)(
&time_deriv_of_spatial_metric<DataVector, SpatialDim, Frame>)
Definition: ContractFirstNIndices.hpp:16
Require a pointer to not be a nullptr
Definition: Gsl.hpp:183

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