|
SpECTRE
v2025.08.19
|
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, Dim > &lower_corner_index_in, const std::array< size_t, Dim > &upper_corner_index_in, const std::array< size_t, Dim > &refinement_in) | |
Public Attributes | |
| std::array< size_t, Dim > | lower_corner_index |
| std::array< size_t, Dim > | upper_corner_index |
| std::array< size_t, Dim > | refinement |
Static Public Attributes | |
| static constexpr Options::String | help |
|
staticconstexpr |