SpECTRE  v2026.04.01
Loading...
Searching...
No Matches
domain::creators::time_dependent_options::SkewMapOptions Struct Reference

Class that holds hard coded skew map options from the input file. More...

#include <SkewMap.hpp>

Classes

struct  InitialValues

Public Types

using type
using options = tmpl::list<InitialValues<Y>, InitialValues<Z>>

Public Member Functions

 SkewMapOptions (const std::array< double, 3 > &initial_angles_y_in, const std::array< double, 3 > &initial_angles_z_in)

Static Public Member Functions

static std::string name ()

Public Attributes

std::array< double, 3 > initial_angles_y {}
std::array< double, 3 > initial_angles_z {}

Static Public Attributes

static constexpr Options::String help

Detailed Description

Class that holds hard coded skew map options from the input file.

Details

This class can also be used as an option tag with the type type alias, name() function, and help string.

Member Typedef Documentation

◆ type

Initial value:
A class indicating that a parsed value can be automatically computed instead of specified.
Definition Auto.hpp:44
'None' label
Definition Auto.hpp:26

Member Data Documentation

◆ help

Options::String domain::creators::time_dependent_options::SkewMapOptions::help
staticconstexpr
Initial value:
= {
"Options for a time-dependent skew of the x coordinate (y and z "
"coordinates are left unchanged). Specify 'None' to not use this map."}

The documentation for this struct was generated from the following file:
  • src/Domain/Creators/TimeDependentOptions/SkewMap.hpp