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

Compute item to get the gauge constraint for the generalized harmonic evolution system. More...

#include <Constraints.hpp>

Public Types

using argument_tags = tmpl::list< GaugeH< DataVector, SpatialDim, Frame >, gr::Tags::SpacetimeNormalOneForm< DataVector, SpatialDim, Frame >, gr::Tags::SpacetimeNormalVector< DataVector, SpatialDim, Frame >, gr::Tags::InverseSpatialMetric< DataVector, SpatialDim, Frame >, gr::Tags::InverseSpacetimeMetric< DataVector, SpatialDim, Frame >, Pi< DataVector, SpatialDim, Frame >, Phi< DataVector, SpatialDim, Frame > >
 
using return_type = tnsr::a< DataVector, SpatialDim, Frame >
 
using base = GaugeConstraint< DataVector, SpatialDim, Frame >
 
- Public Types inherited from gh::Tags::GaugeConstraint< DataVector, SpatialDim, Frame >
using type = tnsr::a< DataVector, SpatialDim, Frame >
 

Static Public Attributes

static constexpr auto function
 

Detailed Description

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

Compute item to get the gauge constraint for the generalized harmonic evolution system.

Details

See gauge_constraint(). Can be retrieved using gh::Tags::GaugeConstraint.

Member Data Documentation

◆ function

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