|
SpECTRE
v2025.08.19
|
Holds a map between interpolation target tag name (aka a horizon) and a set of block names that should be used for interpolation for that target. More...
#include <InterpolationTarget.hpp>
Public Types | |
| using | type = std::unordered_map< std::string, std::unordered_set< std::string > > |
| template<typename Metavariables > | |
| using | option_tags = tmpl::push_front< typename detail::get_horizon_options< intrp::InterpolationTarget_detail::get_sequential_target_tags< Metavariables > >::type, ::domain::OptionTags::DomainCreator< Metavariables::volume_dim > > |
Static Public Member Functions | |
| template<typename Metavariables , typename... HorizonOptions> | |
| static type | create_from_options (const std::unique_ptr<::DomainCreator< Metavariables::volume_dim > > &domain_creator, const HorizonOptions &... all_horizon_options) |
Static Public Attributes | |
| static constexpr bool | pass_metavariables = true |
Holds a map between interpolation target tag name (aka a horizon) and a set of block names that should be used for interpolation for that target.