SpECTRE  v2024.04.12
amr::Criteria::Random::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

constexpr Options::String amr::Criteria::Random::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: