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

Compute item to get spacetime derivative of the gauge source function from its spatial and time derivatives. More...

#include <GaugeSource.hpp>

Public Types

using argument_tags = tmpl::list<::Tags::dt< gh::Tags::GaugeH< DataVector, SpatialDim, Frame > >, ::Tags::deriv< gh::Tags::GaugeH< DataVector, SpatialDim, Frame >, tmpl::size_t< SpatialDim >, Frame > >
 
using return_type = tnsr::ab< DataVector, SpatialDim, Frame >
 
using base = SpacetimeDerivGaugeH< DataVector, SpatialDim, Frame >
 
- Public Types inherited from gh::Tags::SpacetimeDerivGaugeH< DataVector, SpatialDim, Frame >
using type = tnsr::ab< DataVector, Dim, Frame >
 

Static Public Member Functions

static constexpr void function (const gsl::not_null< tnsr::ab< DataVector, SpatialDim, Frame > * > spacetime_deriv_gauge_source, const tnsr::a< DataVector, SpatialDim, Frame > &time_deriv_gauge_source, const tnsr::ia< DataVector, SpatialDim, Frame > &deriv_gauge_source)
 

Detailed Description

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

Compute item to get spacetime derivative of the gauge source function from its spatial and time derivatives.

Details

Can be retrieved using gh::Tags::SpacetimeDerivGaugeH.


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