|
SpECTRE
v2025.08.19
|
Options that specify the volume data to load. See the option tags for details. More...
#include <Tags.hpp>
Public Types | |
| using | options = tags_list |
Public Types inherited from tuples::TaggedTuple< OptionTags::FileGlob, OptionTags::Subgroup, OptionTags::ObservationValue, OptionTags::ObservationValueEpsilon, OptionTags::ElementsAreIdentical > | |
| using | tags_list = tmpl::list< Tags... > |
Static Public Attributes | |
| static constexpr Options::String | help = "The volume data to load." |
Additional Inherited Members | |
Public Member Functions inherited from tuples::TaggedTuple< OptionTags::FileGlob, OptionTags::Subgroup, OptionTags::ObservationValue, OptionTags::ObservationValueEpsilon, OptionTags::ElementsAreIdentical > | |
| void | pup (PUP::er &p) |
| TaggedTuple (TaggedTuple const &)=default | |
| TaggedTuple (TaggedTuple &&)=default | |
| constexpr | TaggedTuple (Us &&... us) |
| Construct a TaggedTuple with Args. More... | |
| constexpr | TaggedTuple (Us &&... us) |
| Construct a TaggedTuple with Args. More... | |
| constexpr | TaggedTuple (TaggedTuple< UTags... > const &t) |
| constexpr | TaggedTuple (TaggedTuple< UTags... > &&t) |
| TaggedTuple & | operator= (tmpl::conditional_t< is_copy_assignable::value, TaggedTuple, tuples_detail::no_such_type > const &t) |
| TaggedTuple & | operator= (tmpl::conditional_t< is_move_assignable::value, TaggedTuple, tuples_detail::no_such_type > &&t) |
| TaggedTuple & | operator= (TaggedTuple< UTags... > const &t) |
| TaggedTuple & | operator= (TaggedTuple< UTags... > &&t) |
| void | swap (TaggedTuple &t) |
Static Public Member Functions inherited from tuples::TaggedTuple< OptionTags::FileGlob, OptionTags::Subgroup, OptionTags::ObservationValue, OptionTags::ObservationValueEpsilon, OptionTags::ElementsAreIdentical > | |
| static constexpr size_t | size () |
Options that specify the volume data to load. See the option tags for details.