SpECTRE
v2023.09.07
|
Given a measurement, obtain a list of compute tags for the ObservationBox from the compute_tags_for_observation_box
type alias of all submeasurements of that measurement.
More...
#include <Metafunctions.hpp>
Public Types | |
using | type = tmpl::remove_duplicates< tmpl::flatten< tmpl::transform< submeasurements_t< Measurement >, compute_tags_for_observation_box_from_submeasurements< tmpl::_1 > > > > |
Given a measurement, obtain a list of compute tags for the ObservationBox from the compute_tags_for_observation_box
type alias of all submeasurements of that measurement.