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

Compute item to get the square root of the determinant of the spatial metric \(\sqrt{\gamma}\) via gr::Tags::DetAndInverseSpatialMetric. More...

#include <DetAndInverseSpatialMetric.hpp>

Public Types

using argument_tags = tmpl::list< DetSpatialMetric< DataType > >
 
using return_type = Scalar< DataType >
 
using base = SqrtDetSpatialMetric< DataType >
 
- Public Types inherited from gr::Tags::SqrtDetSpatialMetric< DataType >
using type = Scalar< DataType >
 

Static Public Member Functions

static void function (const gsl::not_null< Scalar< DataType > * > result, const Scalar< DataType > &det_spatial_metric)
 

Detailed Description

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

Compute item to get the square root of the determinant of the spatial metric \(\sqrt{\gamma}\) via gr::Tags::DetAndInverseSpatialMetric.

Details

Can be retrieved using gr::Tags::SqrtDetSpatialMetric.


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