SpECTRE  v2025.08.19
domain::creators::AngularDisk::InitialAnnulusGridPoints Struct Reference

Initial number of \([r, \theta]\) gridpoints. Can be one pair which is applied to all shells, or each can be specified. More...

#include <AngularDisk.hpp>

Public Types

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

Static Public Attributes

static constexpr Options::String help
 

Detailed Description

Initial number of \([r, \theta]\) gridpoints. Can be one pair which is applied to all shells, or each can be specified.

Member Data Documentation

◆ help

constexpr Options::String domain::creators::AngularDisk::InitialAnnulusGridPoints::help
staticconstexpr
Initial value:
= {
"Initial number of grid points in [r, theta] for each annulus. If one "
"pair is given, it will be applied to all blocks, otherwise each "
"annulus can be specified."}

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