SpECTRE  v2024.03.19
gh::Tags::DerivSpatialMetricCompute< SpatialDim, Frame > Struct Template Reference

Compute item to get spatial derivatives of the spatial metric from the generalized harmonic spatial derivative variable. More...

#include <DerivSpatialMetric.hpp>

Public Types

using argument_tags = tmpl::list< Phi< DataVector, SpatialDim, Frame > >
 
using return_type = tnsr::ijj< DataVector, SpatialDim, Frame >
 
using base = ::Tags::deriv< gr::Tags::SpatialMetric< DataVector, SpatialDim, Frame >, tmpl::size_t< SpatialDim >, Frame >
 

Static Public Attributes

static constexpr auto function
 

Detailed Description

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

Compute item to get spatial derivatives of the spatial metric from the generalized harmonic spatial derivative variable.

Details

See deriv_spatial_metric(). Can be retrieved using gr::Tags::SpatialMetric wrapped in Tags::deriv.

Member Data Documentation

◆ function

template<size_t SpatialDim, typename Frame >
constexpr auto gh::Tags::DerivSpatialMetricCompute< SpatialDim, Frame >::function
staticconstexpr
Initial value:
= static_cast<void (*)(
&deriv_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: