SpECTRE  v2024.04.12
SpatialDiscretization::OptionTags::SpatialDiscretizationGroup Struct Reference

Group holding all the options for the spatial discretization of the PDE system. More...

#include <OptionTags.hpp>

Static Public Member Functions

static std::string name ()
 

Static Public Attributes

static constexpr Options::String help
 

Detailed Description

Group holding all the options for the spatial discretization of the PDE system.

For example, when using a discontinuous Galerkin scheme, options like the basis function choice are specified within the SpatialDiscretizationGroup. The boundary correction/numerical flux to use is another example of what would be specified in the SpatialDiscretizationGroup. In the future, specifying the domain decomposition should also be done in the spatial discretization group.

Member Data Documentation

◆ help

constexpr Options::String SpatialDiscretization::OptionTags::SpatialDiscretizationGroup::help
staticconstexpr
Initial value:
{
"Options controlling the spatial discretization of the PDE system.\n\n"
"In a DG-subcell hybrid scheme subgroups would hold options for the DG "
"and FD/FV method used. For example, the choice of basis functions for "
"the DG scheme would be specified."}

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