|
SpECTRE
v2026.04.01
|
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 |
| 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 |
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.
| using gh::Tags::SpacetimeDerivGaugeHCompute< SpatialDim, Frame >::argument_tags |