|
SpECTRE
v2025.08.19
|
Public Types | |
| using | type = typename Tag::type |
| using | type = typename Tag::type |
| using | option_tags = db::wrap_tags_in< OptionTags::CceEvolutionPrefix, typename Tag::option_tags > |
| using | type = typename Tag::type |
| template<typename Metavariables > | |
| using | option_tags = db::wrap_tags_in< OptionTags::CceEvolutionPrefix, typename Tag::template option_tags< Metavariables > > |
| using | base = CceEvolutionPrefix< typename Tag::base > |
| using | argument_tags = tmpl::transform< typename Tag::argument_tags, tmpl::bind< CceEvolutionPrefix, tmpl::_1 > > |
Static Public Member Functions | |
| static std::string | name () |
| static std::string | name () |
| template<typename... Args> | |
| static type | create_from_options (const Args &... args) |
| static std::string | name () |
| template<typename Metavariables , typename... Args> | |
| static type | create_from_options (const Args &... args) |
| template<typename... Args> | |
| static const auto & | get (const Args &... args) |
Static Public Attributes | |
| static constexpr bool | pass_metavariables = Tag::pass_metavariables |