|
SpECTRE
v2026.06.30
|
Generator for EqualRateRegions labeling all elements that are allowed to do subcell and their neighbors. The inverse of the OnlyDgBlocksAndGroups input file option. More...
#include <SubcellEqualRateRegion.hpp>
Public Types | |
| using | creation_tags |
Public Member Functions | |
| SubcellEqualRateRegion (const SubcellOptions &subcell_options, const std::unique_ptr< DomainCreator< Dim > > &domain_creator) | |
| std::unordered_map< std::string, size_t > | regions () const |
| bool | is_in_region (size_t region, const ElementId< Dim > &element_id) const |
| void | pup (PUP::er &p) |
Generator for EqualRateRegions labeling all elements that are allowed to do subcell and their neighbors. The inverse of the OnlyDgBlocksAndGroups input file option.
| using evolution::dg::subcell::SubcellEqualRateRegion< Dim >::creation_tags |