SpECTRE  v2024.05.11
Option Tags

Tags used for options parsed from the input file. More...

Classes

struct  control_system::OptionTags::ControlSystemGroup
 Options group for all control system options. More...
 
struct  control_system::OptionTags::ControlSystemInputs< ControlSystem >
 Option tag for each individual control system. The name of this option is the name of the ControlSystem struct it is templated on. This way all control systems will have a unique name. More...
 
struct  control_system::OptionTags::WriteDataToDisk
 Option tag on whether to write data to disk. More...
 
struct  control_system::OptionTags::MeasurementsPerUpdate
 Option tag that determines how many measurements will occur per control system update. More...
 
struct  control_system::OptionTags::Verbosity
 Verbosity tag for printing diagnostics about the control system algorithm. This does not control when data is written to disk. More...
 
struct  domain::OptionTags::DomainCreator< Dim >
 The input file tag for the DomainCreator to use. More...
 
struct  domain::OptionTags::ElementDistribution
 
struct  OptionTags::Limiter< LimiterType >
 The global cache tag that retrieves the parameters for the limiter from the input file. More...
 
struct  OptionTags::Filter< FilterType >
 The option tag that retrieves the parameters for the filter from the input file. More...
 
struct  OptionTags::VariableFixer< VariableFixerType >
 The global cache tag that retrieves the parameters for the variable fixer from the input file. More...
 
struct  logging::OptionTags::Verbosity< OptionsGroup >
 
struct  OptionTags::NumericalFlux< NumericalFluxType >
 The option tag that retrieves the parameters for the numerical flux from the input file. More...
 
struct  ylm::OptionTags::Strahlkorper< Frame >
 The input file tag for a Strahlkorper. More...
 
struct  amr::Criteria::OptionTags::Criteria
 Options for AMR criteria. More...
 
struct  amr::OptionTags::Policies
 Options for AMR policies. More...
 
struct  OptionTags::EventsAndTriggers
 Contains the events and triggers. More...
 
struct  OptionTags::AnalyticData< DataType >
 The analytic data, with the type of the analytic data set as the template parameter. More...
 
struct  OptionTags::AnalyticSolution< SolutionType >
 The analytic solution, with the type of the analytic solution set as the template parameter. More...
 
struct  Tags::AnalyticSolution< SolutionType >
 The analytic solution, with the type of the analytic solution set as the template parameter. More...
 
struct  evolution::initial_data::OptionTags::InitialData
 Class holding options for initial data of evolution system. More...
 
struct  OptionTags::InitialSlabSize
 The initial slab size. More...
 
struct  OptionTags::InitialTime
 The time at which to start the simulation. More...
 
struct  OptionTags::InitialTimeStep
 The initial time step taken by the time stepper. This may be overridden by an adaptive stepper. More...
 
struct  OptionTags::StepChoosers
 
struct  OptionTags::TimeStepper< StepperType >
 

Detailed Description

Tags used for options parsed from the input file.

These can be stored in the GlobalCache or passed to the initialize function of a parallel component.