SpECTRE
v2025.01.30
|
Class that holds hard coded translation map options from the input file. More...
#include <TranslationMap.hpp>
Classes | |
struct | InitialValues |
Public Types | |
using | type = Options::Auto< std::variant< TranslationMapOptions< Dim >, FromVolumeFile >, Options::AutoLabel::None > |
using | options = tmpl::list< InitialValues > |
Public Member Functions | |
TranslationMapOptions (const std::array< std::array< double, Dim >, 3 > &initial_values_in, const Options::Context &context={}) | |
Static Public Member Functions | |
static std::string | name () |
Public Attributes | |
std::array< DataVector, 3 > | initial_values {} |
Static Public Attributes | |
static constexpr Options::String | help |
Class that holds hard coded translation map options from the input file.
This class can also be used as an option tag with the type
type alias, name()
function, and help
string.
|
staticconstexpr |