SpECTRE  v2025.08.19
amr::Tags::MaxCoarseLevels Struct Reference

Maximum number of AMR levels that will be kept. A value of '0' means that only the finest grid is kept, and std::nullopt means the number of levels is not restricted. More...

#include <Tags.hpp>

Public Types

using type = std::optional< size_t >
 
using option_tags = tmpl::list< OptionTags::MaxCoarseLevels >
 

Static Public Member Functions

static type create_from_options (const type value)
 

Static Public Attributes

static constexpr bool pass_metavariables = false
 

Detailed Description

Maximum number of AMR levels that will be kept. A value of '0' means that only the finest grid is kept, and std::nullopt means the number of levels is not restricted.


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