SpECTRE  v2024.04.12
gr::Tags::WeylElectricCompute< DataType, SpatialDim, Frame > Struct Template Reference

Compute item for the electric part of the weyl tensor in vacuum Computed from the SpatialRicci, ExtrinsicCurvature, and InverseSpatialMetric. More...

#include <WeylElectric.hpp>

Public Types

using argument_tags = tmpl::list< gr::Tags::SpatialRicci< DataType, SpatialDim, Frame >, gr::Tags::ExtrinsicCurvature< DataType, SpatialDim, Frame >, gr::Tags::InverseSpatialMetric< DataType, SpatialDim, Frame > >
 
using return_type = tnsr::ii< DataType, SpatialDim, Frame >
 
using base = WeylElectric< DataType, SpatialDim, Frame >
 
- Public Types inherited from gr::Tags::WeylElectric< DataType, SpatialDim, Frame >
using type = tnsr::ii< DataType, Dim, Frame >
 

Static Public Attributes

static constexpr auto function
 

Detailed Description

template<typename DataType, size_t SpatialDim, typename Frame>
struct gr::Tags::WeylElectricCompute< DataType, SpatialDim, Frame >

Compute item for the electric part of the weyl tensor in vacuum Computed from the SpatialRicci, ExtrinsicCurvature, and InverseSpatialMetric.

Can be retrieved using gr::Tags::WeylElectric

Member Data Documentation

◆ function

template<typename DataType , size_t SpatialDim, typename Frame >
constexpr auto gr::Tags::WeylElectricCompute< DataType, SpatialDim, Frame >::function
staticconstexpr
Initial value:
= static_cast<void (*)(
&weyl_electric<DataType, SpatialDim, Frame>)
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: