SpECTRE  v2024.04.12
evolution::dg::subcell::Tags::InertialCoordinatesCompute< MapTagGridToInertial > Struct Template Reference

The inertial coordinates on the subcell grid. More...

#include <Coordinates.hpp>

Public Types

using base = Coordinates< dim, Frame::Inertial >
 
using return_type = typename base::type
 
using argument_tags = tmpl::list< MapTagGridToInertial, Tags::Coordinates< dim, Frame::Grid >, ::Tags::Time, ::domain::Tags::FunctionsOfTime >
 
- Public Types inherited from evolution::dg::subcell::Tags::Coordinates< MapTagGridToInertial::dim, Frame::Inertial >
using type = tnsr::I< DataVector, Dim, Frame >
 

Static Public Member Functions

static void function (const gsl::not_null< return_type * > inertial_coords, const ::domain::CoordinateMapBase< Frame::Grid, Frame::Inertial, dim > &grid_to_inertial_map, const tnsr::I< DataVector, dim, Frame::Grid > &grid_coords, const double time, const std::unordered_map< std::string, std::unique_ptr<::domain::FunctionsOfTime::FunctionOfTime > > &functions_of_time)
 
- Static Public Member Functions inherited from evolution::dg::subcell::Tags::Coordinates< MapTagGridToInertial::dim, Frame::Inertial >
static std::string name ()
 

Static Public Attributes

static constexpr size_t dim = MapTagGridToInertial::dim
 

Detailed Description

template<typename MapTagGridToInertial>
struct evolution::dg::subcell::Tags::InertialCoordinatesCompute< MapTagGridToInertial >

The inertial coordinates on the subcell grid.


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