template<size_t Dim>
struct ScalarTensor::Tags::CswOneIndexConstraintCompute< Dim >
Computes the scalar-wave one-index constraint.
Details
The one-index constraint is assigned to a wrapped tag to avoid clashes with the gh constraints during observation.
- Note
- We do not use ScalarTensor::Tags::CswCompute to retrieve the CurvedScalarWave constraints since we do not want to add the bare compute tags (CurvedScalarWave::Tags::OneIndexConstraintCompute and CurvedScalarWave::Tags::TwoIndexConstraintCompute) directly in the ObservationBox, since that will make them observable and would lead to a clash with the gh constraint tags.