|
SpECTRE
v2026.06.30
|
Compute item to get the normalized combined energy in all constraints for the generalized harmonic evolution system. More...
#include <Constraints.hpp>
Public Types | |
| using | argument_tags |
| using | return_type = Scalar<DataVector> |
| using | base = NormalizedConstraintEnergy<DataVector, SpatialDim, Frame> |
| Public Types inherited from gh::Tags::NormalizedConstraintEnergy< DataVector, SpatialDim, Frame > | |
| using | type |
Static Public Member Functions | |
| static constexpr auto | function (const gsl::not_null< Scalar< DataVector > * > normalized_energy, const Scalar< DataVector > &constraint_energy, const tnsr::iaa< DataVector, SpatialDim, Frame > &d_spacetime_metric, const tnsr::iaa< DataVector, SpatialDim, Frame > &d_pi, const tnsr::ijaa< DataVector, SpatialDim, Frame > &d_phi, const tnsr::II< DataVector, SpatialDim, Frame > &inverse_spatial_metric, const Scalar< DataVector > &sqrt_spatial_metric_determinant) |
Compute item to get the normalized combined energy in all constraints for the generalized harmonic evolution system.
See normalized_constraint_energy(). Can be retrieved using gh::Tags::NormalizedConstraintEnergy.
| using gh::Tags::NormalizedConstraintEnergyCompute< SpatialDim, Frame >::argument_tags |