SpECTRE  v2024.05.11
evolution::dg::subcell::Tags::ObserverCoordinatesCompute< Dim, Fr > Struct Template Reference

"Computes" the active coordinates by setting the DataVectors to point into the coordinates of either the DG or subcell grid. More...

#include <ObserverCoordinates.hpp>

Public Types

using base = ::Events::Tags::ObserverCoordinates< Dim, Fr >
 
using return_type = typename base::type
 
using argument_tags = tmpl::list< ActiveGrid, Coordinates< Dim, Fr >, ::domain::Tags::Coordinates< Dim, Fr > >
 
- Public Types inherited from Events::Tags::ObserverCoordinates< Dim, Fr >
using type = tnsr::I< DataVector, Dim, Fr >
 

Static Public Member Functions

static void function (const gsl::not_null< return_type * > active_coords, const subcell::ActiveGrid active_grid, const tnsr::I< DataVector, Dim, Fr > &subcell_coords, const tnsr::I< DataVector, Dim, Fr > &dg_coords)
 
- Static Public Member Functions inherited from Events::Tags::ObserverCoordinates< Dim, Fr >
static std::string name ()
 

Detailed Description

template<size_t Dim, typename Fr>
struct evolution::dg::subcell::Tags::ObserverCoordinatesCompute< Dim, Fr >

"Computes" the active coordinates by setting the DataVectors to point into the coordinates of either the DG or subcell grid.


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