SpECTRE  v2025.08.19
amr::Tags::GridIndexObservationKeyCompute< Dim > Struct Template Reference

An observers::Tags::ObservationKey that identifies the grid index. Can be used to tag observations with the grid index. More...

#include <Tags.hpp>

Public Types

using base = observers::Tags::ObservationKey< GridIndex >
 
using return_type = typename base::type
 
using argument_tags = tmpl::list< domain::Tags::Element< Dim >, amr::Tags::ChildIds< Dim > >
 
- Public Types inherited from observers::Tags::ObservationKey< GridIndex >
using type = std::optional< std::string >
 

Static Public Member Functions

static void function (const gsl::not_null< std::optional< std::string > * > observation_key, const Element< Dim > &element, const std::unordered_set< ElementId< Dim > > &child_ids)
 
- Static Public Member Functions inherited from observers::Tags::ObservationKey< GridIndex >
static std::string name ()
 

Detailed Description

template<size_t Dim>
struct amr::Tags::GridIndexObservationKeyCompute< Dim >

An observers::Tags::ObservationKey that identifies the grid index. Can be used to tag observations with the grid index.


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