SpECTRE  v2024.04.12
domain::Tags::FunctionsOfTimeInitialize Struct Reference

The FunctionsOfTime initialized from a DomainCreator. More...

#include <FunctionsOfTime.hpp>

Public Types

using type = std::unordered_map< std::string, std::unique_ptr< domain::FunctionsOfTime::FunctionOfTime > >
 
template<typename Metavariables >
using option_tags = tmpl::list< domain::OptionTags::DomainCreator< Metavariables::volume_dim > >
 

Static Public Member Functions

static std::string name ()
 
template<typename Metavariables >
static type create_from_options (const std::unique_ptr<::DomainCreator< Metavariables::volume_dim > > &domain_creator)
 

Static Public Attributes

static constexpr bool pass_metavariables = true
 

Detailed Description

The FunctionsOfTime initialized from a DomainCreator.


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