SpECTRE  v2024.04.12
LinearSolver::multigrid::Tags::MaxLevels< OptionsGroup > Struct Template Reference

Maximum number of multigrid levels that will be created. A value of '1' effectively disables the multigrid, and std::nullopt means the number of multigrid levels is not capped. More...

#include <Tags.hpp>

Public Types

using type = std::optional< size_t >
 
using option_tags = tmpl::list< OptionTags::MaxLevels< 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::MaxLevels< OptionsGroup >

Maximum number of multigrid levels that will be created. A value of '1' effectively disables the multigrid, and std::nullopt means the number of multigrid levels is not capped.


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