SpECTRE
v2025.03.17
|
Options that specify the volume data to load. See the option tags for details. More...
#include <Tags.hpp>
Public Types | |
using | options = tags_list |
![]() | |
using | tags_list = implementation defined |
Static Public Attributes | |
static constexpr Options::String | help = "The volume data to load." |
Additional Inherited Members | |
![]() | |
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 constexpr size_t | size () |
Options that specify the volume data to load. See the option tags for details.