SpECTRE  v2026.04.01
Loading...
Searching...
No Matches
gr::Tags::SpatialChristoffelSecondKindCompute< DataType, SpatialDim, Frame > Struct Template Reference

Compute item for spatial Christoffel symbols of the second kind \(\Gamma^i_{jk}\) computed from the Christoffel symbols of the first kind and the inverse spatial metric. More...

#include <Christoffel.hpp>

Public Types

using argument_tags
using return_type = tnsr::Ijj<DataType, SpatialDim, Frame>
using base = SpatialChristoffelSecondKind<DataType, SpatialDim, Frame>
Public Types inherited from gr::Tags::SpatialChristoffelSecondKind< DataType, SpatialDim, Frame >
using type

Static Public Attributes

static constexpr auto function

Detailed Description

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

Compute item for spatial Christoffel symbols of the second kind \(\Gamma^i_{jk}\) computed from the Christoffel symbols of the first kind and the inverse spatial metric.

Can be retrieved using gr::Tags::SpatialChristoffelSecondKind

Member Typedef Documentation

◆ argument_tags

template<typename DataType, size_t SpatialDim, typename Frame>
using gr::Tags::SpatialChristoffelSecondKindCompute< DataType, SpatialDim, Frame >::argument_tags
Initial value:
tmpl::list<SpatialChristoffelFirstKind<DataType, SpatialDim, Frame>,
Inverse of the spatial metric.
Definition Tags.hpp:32

Member Data Documentation

◆ function

template<typename DataType, size_t SpatialDim, typename Frame>
auto gr::Tags::SpatialChristoffelSecondKindCompute< DataType, SpatialDim, Frame >::function
staticconstexpr
Initial value:
= static_cast<void (*)(
const tnsr::ijj<DataType, SpatialDim, Frame>&,
const tnsr::II<DataType, SpatialDim, Frame>&)>(
Require a pointer to not be a nullptr
Definition Gsl.hpp:197
void raise_or_lower_first_index(gsl::not_null< Tensor< DataType, Symmetry< 2, 1, 1 >, index_list< change_index_up_lo< Index0 >, Index1, Index1 > > * > result, const Tensor< DataType, Symmetry< 2, 1, 1 >, index_list< Index0, Index1, Index1 > > &tensor, const Tensor< DataType, Symmetry< 1, 1 >, index_list< change_index_up_lo< Index0 >, change_index_up_lo< Index0 > > > &metric)
Raises or lowers the first index of a rank 3 tensor which is symmetric in the last two indices.
Tensor_detail::TensorIndexType< SpatialDim, Ul, Fr, IndexType::Spatial > SpatialIndex
A SpatialIndex holds information about the number of spatial dimensions, whether the index is covaria...
Definition IndexType.hpp:205

The documentation for this struct was generated from the following file:
  • src/PointwiseFunctions/GeneralRelativity/Christoffel.hpp