|
SpECTRE
v2026.04.01
|
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 |
| Public Types inherited from observers::Tags::ObservationKey< GridIndex > | |
| using | type |
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 () |
An observers::Tags::ObservationKey that identifies the grid index. Can be used to tag observations with the grid index.
| using amr::Tags::GridIndexObservationKeyCompute< Dim >::argument_tags |