SpECTRE  v2024.04.12
evolution::dg::subcell::Tags::LogicalCoordinatesCompute< VolumeDim > Struct Template Reference

The element logical coordinates on the subcell grid. More...

#include <Coordinates.hpp>

Public Types

using base = Coordinates< VolumeDim, Frame::ElementLogical >
 
using return_type = typename base::type
 
using argument_tags = tmpl::list< Mesh< VolumeDim > >
 
- Public Types inherited from evolution::dg::subcell::Tags::Coordinates< Dim, Frame >
using type = tnsr::I< DataVector, Dim, Frame >
 

Static Public Attributes

static constexpr auto function
 

Additional Inherited Members

- Static Public Member Functions inherited from evolution::dg::subcell::Tags::Coordinates< Dim, Frame >
static std::string name ()
 

Detailed Description

template<size_t VolumeDim>
struct evolution::dg::subcell::Tags::LogicalCoordinatesCompute< VolumeDim >

The element logical coordinates on the subcell grid.

Member Data Documentation

◆ function

template<size_t VolumeDim>
constexpr auto evolution::dg::subcell::Tags::LogicalCoordinatesCompute< VolumeDim >::function
staticconstexpr
Initial value:
= static_cast<void (*)(
gsl::not_null<return_type*>, const ::Mesh<VolumeDim>&)>(
&logical_coordinates<VolumeDim>)
Require a pointer to not be a nullptr
Definition: Gsl.hpp:183

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