SpECTRE  v2024.03.19
LinearSolver::multigrid::Tags::EnablePostSmoothingAtBottom< OptionsGroup > Struct Template Reference

Enable post-smoothing on the coarsest grid. A value of false means that post-smoothing is skipped on the coarsest grid, so it runs only pre-smoothing. More...

#include <Tags.hpp>

Public Types

using type = bool
 
using option_tags = tmpl::list< OptionTags::EnablePostSmoothingAtBottom< OptionsGroup > >
 

Static Public Member Functions

static type create_from_options (const type value)
 
static std::string name ()
 

Static Public Attributes

static constexpr bool pass_metavariables = false
 

Detailed Description

template<typename OptionsGroup>
struct LinearSolver::multigrid::Tags::EnablePostSmoothingAtBottom< OptionsGroup >

Enable post-smoothing on the coarsest grid. A value of false means that post-smoothing is skipped on the coarsest grid, so it runs only pre-smoothing.


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