SpECTRE  v2025.03.17
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
BlockNeighbors< VolumeDim > Class Template Reference

Information about the neighbors of a host Block in a particular direction. More...

#include <BlockNeighbors.hpp>

Additional Inherited Members

- Public Member Functions inherited from Neighbors< VolumeDim, size_t >
 Neighbors (std::unordered_set< size_t > ids, OrientationMap< VolumeDim > orientation)
 Construct with the ids and orientation of the neighbors relative to the host. More...
 
 Neighbors (size_t id, OrientationMap< VolumeDim > orientation)
 Construct with the id and orientation of a single neighbor relative to the host. More...
 
 Neighbors ()=default
 Default constructor for Charm++ serialization.
 
 Neighbors (const Neighbors &neighbor)=default
 
 Neighbors (Neighbors &&)=default
 
Neighborsoperator= (const Neighbors &rhs)=default
 
Neighborsoperator= (Neighbors &&)=default
 
const std::unordered_set< size_t > & ids () const
 
const OrientationMap< VolumeDim > & orientation () const
 
void set_ids_to (const std::unordered_set< size_t > new_ids)
 Reset the ids of the neighbors.
 
void add_ids (const std::unordered_set< size_t > &additional_ids)
 Add ids of neighbors. Adding an existing neighbor is allowed.
 
void pup (PUP::er &p)
 Serialization for Charm++.
 
size_t size () const
 The number of neighbors.
 
std::unordered_set< size_t >::iterator begin ()
 
std::unordered_set< size_t >::const_iterator begin () const
 
std::unordered_set< size_t >::iterator end ()
 
std::unordered_set< size_t >::const_iterator end () const
 
std::unordered_set< size_t >::const_iterator cbegin () const
 
std::unordered_set< size_t >::const_iterator cend () const
 

Detailed Description

template<size_t VolumeDim>
class BlockNeighbors< VolumeDim >

Information about the neighbors of a host Block in a particular direction.

Template Parameters
VolumeDimthe volume dimension.

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