SpECTRE  v2024.04.12
gh::Tags::FourIndexConstraintCompute< SpatialDim, Frame > Struct Template Reference

Compute item to get the four-index constraint for the generalized harmonic evolution system. More...

#include <Constraints.hpp>

Public Types

using argument_tags = tmpl::list<::Tags::deriv< Phi< DataVector, SpatialDim, Frame >, tmpl::size_t< SpatialDim >, Frame > >
 
using return_type = tnsr::iaa< DataVector, SpatialDim, Frame >
 
using base = FourIndexConstraint< DataVector, SpatialDim, Frame >
 
- Public Types inherited from gh::Tags::FourIndexConstraint< DataVector, SpatialDim, Frame >
using type = tnsr::iaa< DataVector, SpatialDim, Frame >
 

Static Public Attributes

static constexpr auto function
 

Detailed Description

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

Compute item to get the four-index constraint for the generalized harmonic evolution system.

Details

See four_index_constraint(). Can be retrieved using gh::Tags::FourIndexConstraint.

Member Data Documentation

◆ function

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