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

An observers::Tags::ObservationKey that identifies the finest grid. Can be used to observe things only on the finest grid. More...

#include <Tags.hpp>

Public Types

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

Static Public Member Functions

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

Detailed Description

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

An observers::Tags::ObservationKey that identifies the finest grid. Can be used to observe things only on the finest grid.


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