SpECTRE  v2025.08.19
gh::Tags::Expansion1DCompute< Frame > Struct Template Reference

Compute item for the 1D expansion. More...

#include <Expansion1D.hpp>

Public Types

using argument_tags = tmpl::list< gr::Tags::SpatialMetric< DataVector, 3, Frame >, ::Tags::deriv< gr::Tags::SpatialMetric< DataVector, 3, Frame >, tmpl::size_t< 3 >, Frame >, gr::Tags::ExtrinsicCurvature< DataVector, 3, Frame >, domain::Tags::Coordinates< 3, Frame > >
 
using return_type = Scalar< DataVector >
 
using base = Expansion1D< DataVector >
 
- Public Types inherited from gh::Tags::Expansion1D< DataVector >
using type = Scalar< DataVector >
 

Static Public Attributes

static constexpr auto function
 

Detailed Description

template<typename Frame>
struct gh::Tags::Expansion1DCompute< Frame >

Compute item for the 1D expansion.

Details

Calculate the expansion for spherically symmetric cartoon horizon finding. See expansion1D(). Can be retrieved using gh::Tags::Expansion1D.

Member Data Documentation

◆ function

template<typename Frame >
constexpr auto gh::Tags::Expansion1DCompute< Frame >::function
staticconstexpr
Initial value:
= static_cast<void (*)(
const tnsr::I<DataVector, 3, Frame>&)>(&expansion1D<DataVector, Frame>)
Definition: ContractFirstNIndices.hpp:16
Require a pointer to not be a nullptr
Definition: Gsl.hpp:198

The documentation for this struct was generated from the following file: