SpECTRE
v2025.03.17
|
Name of a variable in the volume data file. Can be optional, in which case a constant value can be supplied instead of a dataset name. More...
#include <NumericInitialData.hpp>
Public Types | |
using | tag = Tag |
using | type = std::conditional_t< is_required, std::string, std::variant< double, std::string > > |
Static Public Member Functions | |
static std::string | name () |
Static Public Attributes | |
static constexpr bool | is_required = IsRequired::value |
static constexpr Options::String | help |
Name of a variable in the volume data file. Can be optional, in which case a constant value can be supplied instead of a dataset name.
|
staticconstexpr |