SpECTRE  v2024.04.12
domain::Tags::InitialRefinementLevels< Dim > Struct Template Reference

The initial refinement level per dimension for all elements in each block of the initial computational domain. More...

#include <InitialRefinementLevels.hpp>

Public Types

using type = std::vector< std::array< size_t, Dim > >
 
using option_tags = tmpl::list< domain::OptionTags::DomainCreator< Dim > >
 

Static Public Member Functions

static std::vector< std::array< size_t, Dim > > create_from_options (const std::unique_ptr<::DomainCreator< Dim > > &domain_creator)
 

Static Public Attributes

static constexpr bool pass_metavariables = false
 

Detailed Description

template<size_t Dim>
struct domain::Tags::InitialRefinementLevels< Dim >

The initial refinement level per dimension for all elements in each block of the initial computational domain.


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