SpECTRE
v2024.09.29
|
Options for the Translation Map, the outer radius is always set to the outer boundary of the Domain, so there's no option needed for outer boundary. More...
#include <BinaryCompactObject.hpp>
Classes | |
struct | InitialValues |
Public Types | |
using | type = Options::Auto< TranslationMapOptions, Options::AutoLabel::None > |
using | options = tmpl::list< InitialValues > |
Public Member Functions | |
TranslationMapOptions (std::array< std::array< double, 3 >, 3 > initial_values_in) | |
Static Public Member Functions | |
static std::string | name () |
Public Attributes | |
std::array< std::array< double, 3 >, 3 > | initial_values {} |
Static Public Attributes | |
static constexpr Options::String | help |
Options for the Translation Map, the outer radius is always set to the outer boundary of the Domain, so there's no option needed for outer boundary.
|
staticconstexpr |