SpECTRE  v2025.03.17
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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 = Options::Auto< std::variant< SkewMapOptions, FromVolumeFile >, Options::AutoLabel::None >
 
using options = implementation defined
 

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 Data Documentation

◆ help

constexpr 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: