SpECTRE  v2024.05.11
evolution::dg::subcell::OptionTags::SubcellSolverGroup Struct Reference

Group holding options for controlling the subcell solver discretization. More...

#include <SubcellSolver.hpp>

Public Types

using group = SpatialDiscretization::OptionTags::SpatialDiscretizationGroup
 

Static Public Member Functions

static std::string name ()
 

Static Public Attributes

static constexpr Options::String help
 

Detailed Description

Group holding options for controlling the subcell solver discretization.

For example, this would hold the reconstruction scheme or order of the finite difference derivatives.

Note
The SubcellSolverGroup is a subgroup of SpatialDiscretization::OptionTags::SpatialDiscretizationGroup.

Member Data Documentation

◆ help

constexpr Options::String evolution::dg::subcell::OptionTags::SubcellSolverGroup::help
staticconstexpr
Initial value:
{
"Options controlling the subcell solver spatial discretization "
"of the PDE system.\n\n"
"Contains options such as what reconstruction scheme to use or what "
"order of finite difference derivatives to apply."}

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