SpECTRE
v2025.03.17
|
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 = implementation defined |
using | return_type = tnsr::ab< DataVector, SpatialDim, Frame > |
using | base = 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) |
Compute item to get spacetime derivative of the gauge source function from its spatial and time derivatives.
Can be retrieved using gh::Tags::SpacetimeDerivGaugeH
.