SpECTRE  v2024.05.11
domain::creators::bco::TimeDependentMapOptions< IsCylindrical >::TranslationMapOptions Struct Reference

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 <BinaryCompactObjectHelpers.hpp>

Classes

struct  InitialValues
 

Public Types

using type = Options::Auto< TranslationMapOptions, Options::AutoLabel::None >
 
using options = tmpl::list< InitialValues >
 

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
 

Detailed Description

template<bool IsCylindrical>
struct domain::creators::bco::TimeDependentMapOptions< IsCylindrical >::TranslationMapOptions

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.

Member Data Documentation

◆ help

template<bool IsCylindrical>
constexpr Options::String domain::creators::bco::TimeDependentMapOptions< IsCylindrical >::TranslationMapOptions::help
staticconstexpr
Initial value:
= {
"Options for a time-dependent translation map. Specify 'None' to not "
"use this map."}

The documentation for this struct was generated from the following file: