SpECTRE  v2025.08.19
domain::creators::AngularCylinder::InitialHollowCylinderGridPoints Struct Reference

Initial number of \([r, \theta, z]\) gridpoints for hollow cylinders. Can be one triplet which is applied to all shells, or each can be specified. The theta component must be odd for numerical stability. More...

#include <AngularCylinder.hpp>

Public Types

using type = std::variant< std::array< size_t, 3 >, std::vector< std::array< size_t, 3 > > >
 

Static Public Attributes

static constexpr Options::String help
 

Detailed Description

Initial number of \([r, \theta, z]\) gridpoints for hollow cylinders. Can be one triplet which is applied to all shells, or each can be specified. The theta component must be odd for numerical stability.

Member Data Documentation

◆ help

constexpr Options::String domain::creators::AngularCylinder::InitialHollowCylinderGridPoints::help
staticconstexpr
Initial value:
= {
"Initial number of grid points in [r, theta, z] for each hollow "
"cylinder. If one triplet is given, it will be applied to all blocks, "
"otherwise each hollow cylinder can be specified. The theta component "
"must be odd for better numerical stability."}

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