SpECTRE  v2026.04.01
Loading...
Searching...
No Matches
hydro::Tags::TildeDInHalfPlaneCompute< DataType, Dim, IntegralMask, GridCoordsTag > Struct Template Reference

Compute tag for TildeD limited to the x>0 or x<0 half plane. More...

#include <MassWeightedFluidItems.hpp>

Public Types

using argument_tags
using return_type = Scalar<DataType>
using base = TildeDInHalfPlane<DataType, IntegralMask>
Public Types inherited from hydro::Tags::TildeDInHalfPlane< DataType, IntegralMask >
using type = Scalar<DataType>

Static Public Attributes

static constexpr auto function

Additional Inherited Members

Static Public Member Functions inherited from hydro::Tags::TildeDInHalfPlane< DataType, IntegralMask >
static std::string name ()

Detailed Description

template<typename DataType, size_t Dim, HalfPlaneIntegralMask IntegralMask, typename GridCoordsTag>
struct hydro::Tags::TildeDInHalfPlaneCompute< DataType, Dim, IntegralMask, GridCoordsTag >

Compute tag for TildeD limited to the x>0 or x<0 half plane.

Member Typedef Documentation

◆ argument_tags

template<typename DataType, size_t Dim, HalfPlaneIntegralMask IntegralMask, typename GridCoordsTag>
using hydro::Tags::TildeDInHalfPlaneCompute< DataType, Dim, IntegralMask, GridCoordsTag >::argument_tags
Initial value:
tmpl::list<grmhd::ValenciaDivClean::Tags::TildeD, GridCoordsTag>

Member Data Documentation

◆ function

template<typename DataType, size_t Dim, HalfPlaneIntegralMask IntegralMask, typename GridCoordsTag>
auto hydro::Tags::TildeDInHalfPlaneCompute< DataType, Dim, IntegralMask, GridCoordsTag >::function
staticconstexpr
Initial value:
= static_cast<void (*)(
const Scalar<DataType>& tilde_d,
const tnsr::I<DataType, Dim, Frame::Grid>& grid_coords)>(
Require a pointer to not be a nullptr
Definition Gsl.hpp:197
Tensor< T, Symmetry<>, index_list<> > Scalar
Scalar type.
Definition TypeAliases.hpp:21
void tilde_d_in_half_plane(gsl::not_null< Scalar< DataType > * > result, const Scalar< DataType > &tilde_d, const tnsr::I< DataType, Dim, Frame::Grid > &grid_coords)
Returns tilde_d in one half plane and zero in the other IntegralMask allows us to restrict the data t...

The documentation for this struct was generated from the following file:
  • src/PointwiseFunctions/Hydro/MassWeightedFluidItems.hpp