SpECTRE  v2024.04.12
dg::OptionTags::DiscontinuousGalerkinGroup Struct Reference

Group holding options for controlling the DG discretization. More...

#include <OptionsGroup.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 DG discretization.

For example, this would hold whether to use the strong or weak form, what boundary correction/numerical flux to use, and which quadrature rule to use.

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

Member Data Documentation

◆ help

constexpr Options::String dg::OptionTags::DiscontinuousGalerkinGroup::help
staticconstexpr
Initial value:
{
"Options controlling the discontinuous Galerkin spatial discretization "
"of the PDE system.\n\n"
"Contains options such as whether to use the strong or weak form, what "
"boundary correction/numerical flux to use, and which quadrature rule to "
"use."}

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