SpECTRE  v2025.08.19
amr::Criteria::Random< CriteriaType >::ProbabilityWeights Struct Reference

Public Types

using type = std::unordered_map< amr::Flag, size_t >
 

Static Public Attributes

static constexpr Options::String help
 

Member Data Documentation

◆ help

template<Type CriteriaType>
constexpr Options::String amr::Criteria::Random< CriteriaType >::ProbabilityWeights::help
staticconstexpr
Initial value:
= {
"Possible refinement types and their probability, specified as integer "
"weights. The probability for a refinement type is its weight over the "
"sum of all weights. For example, set 'Split: 1' and 'DoNothing: 4' to "
"split each element with 20% probability. The refinement is evaluated "
"in each dimension separately."}

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