SpECTRE  v2024.05.11
LinearSolver::multigrid::OptionTags::EnablePostSmoothingAtBottom< OptionsGroup > Struct Template Reference

Public Types

using type = bool
 
using group = OptionsGroup
 

Static Public Member Functions

static std::string name ()
 

Static Public Attributes

static constexpr Options::String help
 

Member Data Documentation

◆ help

template<typename OptionsGroup >
constexpr Options::String LinearSolver::multigrid::OptionTags::EnablePostSmoothingAtBottom< OptionsGroup >::help
staticconstexpr
Initial value:
=
"Set to 'False' to skip post-smoothing on the coarsest grid. This means "
"only pre-smoothing runs on the coarsest grid, so the coarsest grid "
"experiences less smoothing altogether. This is typically only "
"desirable if the coarsest grid covers the domain with a single "
"element, or very few, so pre-smoothing is already exceptionally "
"effective and hence post-smoothing is unnecessary on the coarsest grid."

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