|
SpECTRE
v2025.08.19
|
The FunctionsOfTime initialized from a DomainCreator. More...
#include <FunctionsOfTime.hpp>
Public Types | |
| using | base = FunctionsOfTime |
| template<typename Metavariables > | |
| using | option_tags = tmpl::list< domain::OptionTags::DomainCreator< Metavariables::volume_dim > > |
Public Types inherited from domain::Tags::FunctionsOfTime | |
| using | type = std::unordered_map< std::string, std::unique_ptr< domain::FunctionsOfTime::FunctionOfTime > > |
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 |
The FunctionsOfTime initialized from a DomainCreator.