SpECTRE  v2024.05.11
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 = tmpl::list< grmhd::ValenciaDivClean::Tags::TildeD, GridCoordsTag >
 
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 Data Documentation

◆ function

template<typename DataType , size_t Dim, HalfPlaneIntegralMask IntegralMask, typename GridCoordsTag >
constexpr auto hydro::Tags::TildeDInHalfPlaneCompute< DataType, Dim, IntegralMask, GridCoordsTag >::function
staticconstexpr
Initial value:
= static_cast<void (*)(
const Scalar<DataType>& tilde_d,
&tilde_d_in_half_plane<IntegralMask, DataType, Dim>)
Definition: ContractFirstNIndices.hpp:16
Require a pointer to not be a nullptr
Definition: Gsl.hpp:183

The documentation for this struct was generated from the following file: