SpECTRE  v2024.04.12
Events::Tags::ObserverCoordinatesCompute< Dim, Fr > Struct Template Reference

Sets the ObserverCoordinates to domain::Tags::Coordinates More...

#include <Tags.hpp>

Public Types

using base = ObserverCoordinates< Dim, Fr >
 
using return_type = typename base::type
 
using argument_tags = tmpl::list<::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 * > observer_coords, const return_type &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 Events::Tags::ObserverCoordinatesCompute< Dim, Fr >

Sets the ObserverCoordinates to domain::Tags::Coordinates

This is what you would use for a single numerical method simulation. Hybrid methods will supply their own tags.


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