SpECTRE  v2024.09.29
domain::creators::time_dependent_options::YlmsFromSpEC Struct Reference

Classes

struct  DatFilename
 
struct  MatchTime
 
struct  MatchTimeEpsilon
 
struct  SetL1CoefsToZero
 

Public Types

using options = tmpl::list< DatFilename, MatchTime, MatchTimeEpsilon, SetL1CoefsToZero >
 

Public Member Functions

 YlmsFromSpEC (std::string dat_filename_in, double match_time_in, std::optional< double > match_time_epsilon_in, bool set_l1_coefs_to_zero_in)
 

Public Attributes

std::string dat_filename {}
 
double match_time {}
 
std::optional< double > match_time_epsilon {}
 
bool set_l1_coefs_to_zero {}
 

Static Public Attributes

static constexpr Options::String help
 

Member Data Documentation

◆ help

constexpr Options::String domain::creators::time_dependent_options::YlmsFromSpEC::help
staticconstexpr
Initial value:
= {
"Read the Y_lm coefficients of a Strahlkorper from file and use those to "
"initialize the coefficients of a shape map."}

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