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

Computes the spatial covariant derivative of the extrinsic curvature. More...

#include <ExtrinsicCurvature.hpp>

Public Types

using argument_tags
using return_type = tnsr::ijj<DataVector, SpatialDim, Frame>
using base
Public Types inherited from gr::Tags::CovariantDerivativeOfExtrinsicCurvature< DataVector, SpatialDim, Frame >
using type

Static Public Attributes

static constexpr auto function

Detailed Description

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

Computes the spatial covariant derivative of the extrinsic curvature.

Details

The spatial covariant derivative is computed as

\[ D_k K_{ij} = \partial_k K_{ij} - {^{(3)}\Gamma^{l}_{ki}} K_{lj} - {^{(3)}\Gamma^{l}_{kj}}K_{il} \]

where \( {^{(3)}\Gamma^{k}_{ij}} \) is the spatial Christoffel symbol of the second kind.

Member Typedef Documentation

◆ argument_tags

template<size_t SpatialDim, typename Frame>
using gr::Tags::CovariantDerivativeOfExtrinsicCurvatureCompute< SpatialDim, Frame >::argument_tags
Initial value:
tmpl::list<
tmpl::size_t<SpatialDim>, Frame>,
Indicates the Frame that a TensorIndexType is in.
Definition IndexType.hpp:36
Prefix indicating spatial derivatives.
Definition Prefixes.hpp:46
Definition Tags.hpp:139

◆ base

template<size_t SpatialDim, typename Frame>
using gr::Tags::CovariantDerivativeOfExtrinsicCurvatureCompute< SpatialDim, Frame >::base
Initial value:
Stores a collection of function values.
Definition DataVector.hpp:48

Member Data Documentation

◆ function

template<size_t SpatialDim, typename Frame>
auto gr::Tags::CovariantDerivativeOfExtrinsicCurvatureCompute< SpatialDim, Frame >::function
staticconstexpr
Initial value:
= static_cast<void (*)(
const tnsr::ijj<DataVector, SpatialDim, Frame>&,
const tnsr::ii<DataVector, SpatialDim, Frame>&,
const tnsr::Ijj<DataVector, SpatialDim, Frame>&
spatial_christoffel_second_kind)>(
Require a pointer to not be a nullptr
Definition Gsl.hpp:197
tnsr::ijj< DataType, SpatialDim, Frame > covariant_derivative_of_extrinsic_curvature(const tnsr::ijj< DataType, SpatialDim, Frame > &d_ex_curv, const tnsr::ii< DataType, SpatialDim, Frame > &ex_curv, const tnsr::Ijj< DataType, SpatialDim, Frame > &spatial_christoffel_second_kind)
Computes the spatial covariant derivative of the extrinsic curvature.

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