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

Compute item for spatial Christoffel symbols of the first kind \(\Gamma_{ijk}\) computed from the first derivative of the spatial metric. More...

#include <Christoffel.hpp>

Public Types

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

Static Public Attributes

static constexpr auto function
 

Detailed Description

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

Compute item for spatial Christoffel symbols of the first kind \(\Gamma_{ijk}\) computed from the first derivative of the spatial metric.

Can be retrieved using gr::Tags::SpatialChristoffelFirstKind

Member Data Documentation

◆ function

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