SpECTRE  v2024.05.11
domain::Tags::LogicalCoordinates< VolumeDim > Struct Template Reference

The logical coordinates in the Element. More...

#include <LogicalCoordinates.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 domain::Tags::Coordinates< VolumeDim, Frame::ElementLogical >
using type = tnsr::I< DataVector, Dim, Frame >
 

Static Public Attributes

static constexpr auto function
 

Additional Inherited Members

- Static Public Member Functions inherited from domain::Tags::Coordinates< VolumeDim, Frame::ElementLogical >
static std::string name ()
 

Detailed Description

template<size_t VolumeDim>
struct domain::Tags::LogicalCoordinates< VolumeDim >

The logical coordinates in the Element.

Member Data Documentation

◆ function

template<size_t VolumeDim>
constexpr auto domain::Tags::LogicalCoordinates< 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: