SpECTRE  v2024.09.29
amr::Limits::ErrorBeyondLimits Struct Reference

Whether the code should error if EnforcePolicies has to prevent refinement from going beyond the given limits. More...

#include <Limits.hpp>

Public Types

using type = bool
 

Static Public Attributes

static constexpr Options::String help
 

Detailed Description

Whether the code should error if EnforcePolicies has to prevent refinement from going beyond the given limits.

Details

The Limits class is just a holder for this value, the actual error happens in amr::Actions::EvaluateRefinementCriteria or amr::Events::RefineMesh

Member Data Documentation

◆ help

constexpr Options::String amr::Limits::ErrorBeyondLimits::help
staticconstexpr
Initial value:
= {
"If adaptive mesh refinement tries to go beyond the RefinementLevel or "
"NumGridPoints limit, error"}

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