SpECTRE  v2024.03.19
domain::creators::CylindricalBinaryCompactObject::InitialRefinement Struct Reference

Public Types

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

Static Public Attributes

static constexpr Options::String help
 

Member Data Documentation

◆ help

constexpr Options::String domain::creators::CylindricalBinaryCompactObject::InitialRefinement::help
staticconstexpr
Initial value:
= {
"Initial refinement level. Specify one of: a single number, a list "
"representing [r, theta, perp], or such a list for every block in the "
"domain. Here 'r' is the radial direction normal to the inner and "
"outer boundaries, 'theta' is the periodic direction, and 'perp' is "
"the third direction."}

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