SpECTRE  v2024.09.29
domain::creators::time_dependent_options::RotationMapOptions< NumDerivs >::InitialAngles Struct Reference

Public Types

using type = Options::Auto< std::vector< std::array< double, 3 > > >
 

Static Public Attributes

static constexpr Options::String help
 

Member Data Documentation

◆ help

template<size_t NumDerivs>
constexpr Options::String domain::creators::time_dependent_options::RotationMapOptions< NumDerivs >::InitialAngles::help
staticconstexpr
Initial value:
= {
"Initial values for the angle of the rotation map. If 'Auto' is "
"specified, the behavior will depend on the 'InitialQuaternions' "
"option. If you are reading the quaternion from a volume file, 'Auto' "
"will use the angle values from the volume file. If you are simply "
"specifying the quaternion and (optionally) its time derivatives, then "
"'Auto' here will set the angle and its time derivatives to zero. If "
"values are specified for the angle and its time derivatives, then "
"those will override anything computed from the 'InitialQuaternions' "
"option."}

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