|
SpECTRE
v2026.04.01
|
The set of block IDs in which AMR is enabled. If std::nullopt, AMR is enabled in all blocks. More...
#include <Tags.hpp>
Public Types | |
| using | type = std::optional<std::vector<size_t>> |
| using | option_tags |
Static Public Member Functions | |
| static type | create_from_options (const std::optional< std::vector< std::string > > &block_names, const std::unique_ptr<::DomainCreator< Dim > > &domain_creator) |
Static Public Attributes | |
| static constexpr bool | pass_metavariables = false |
The set of block IDs in which AMR is enabled. If std::nullopt, AMR is enabled in all blocks.
| using amr::Tags::AmrBlocks< Dim >::option_tags |