SpECTRE  v2024.04.12
gr::Tags::SpatialRicciCompute< DataType, SpatialDim, Frame > Struct Template Reference

Compute item for spatial Ricci tensor \(R_{ij}\) computed from SpatialChristoffelSecondKind and its spatial derivatives. More...

#include <Ricci.hpp>

Public Types

using argument_tags = tmpl::list< gr::Tags::SpatialChristoffelSecondKind< DataType, SpatialDim, Frame >, ::Tags::deriv< gr::Tags::SpatialChristoffelSecondKind< DataType, SpatialDim, Frame >, tmpl::size_t< SpatialDim >, Frame > >
 
using return_type = tnsr::ii< DataType, SpatialDim, Frame >
 
using base = SpatialRicci< DataType, SpatialDim, Frame >
 
- Public Types inherited from gr::Tags::SpatialRicci< DataType, SpatialDim, Frame >
using type = tnsr::ii< DataType, Dim, Frame >
 

Static Public Attributes

static constexpr auto function
 

Detailed Description

template<typename DataType, size_t SpatialDim, typename Frame>
struct gr::Tags::SpatialRicciCompute< DataType, SpatialDim, Frame >

Compute item for spatial Ricci tensor \(R_{ij}\) computed from SpatialChristoffelSecondKind and its spatial derivatives.

Can be retrieved using gr::Tags::SpatialRicci

Member Data Documentation

◆ function

template<typename DataType , size_t SpatialDim, typename Frame >
constexpr auto gr::Tags::SpatialRicciCompute< DataType, SpatialDim, Frame >::function
staticconstexpr
Initial value:
= static_cast<void (*)(
&ricci_tensor<SpatialDim, Frame, IndexType::Spatial, DataType>)
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: