SpECTRE  v2024.04.12
domain::creators::RefinementRegion< VolumeDim > Struct Template Reference

Classes

struct  LowerCornerIndex
 
struct  Refinement
 
struct  UpperCornerIndex
 

Public Types

using options = tmpl::list< LowerCornerIndex, UpperCornerIndex, Refinement >
 

Public Member Functions

 RefinementRegion (const std::array< size_t, VolumeDim > &lower_corner_index_in, const std::array< size_t, VolumeDim > &upper_corner_index_in, const std::array< size_t, VolumeDim > &refinement_in)
 

Public Attributes

std::array< size_t, VolumeDim > lower_corner_index
 
std::array< size_t, VolumeDim > upper_corner_index
 
std::array< size_t, VolumeDim > refinement
 

Static Public Attributes

static constexpr Options::String help
 

Member Data Documentation

◆ help

template<size_t VolumeDim>
constexpr Options::String domain::creators::RefinementRegion< VolumeDim >::help
staticconstexpr
Initial value:
= {
"A region to be refined differently from the default for the lattice.\n"
"The region is a box between the block boundaries indexed by the\n"
"Lower- and UpperCornerIndex options."}

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