#include <Cabana_Grid_Halo.hpp>


Additional Inherited Members | |
Public Member Functions inherited from Cabana::Grid::HaloPattern< 3 > | |
| void | setNeighbors (const std::vector< std::array< int, num_space_dim > > &neighbors) |
| Assign the neighbors that are in the halo pattern. | |
| std::vector< std::array< int, num_space_dim > > | getNeighbors () const |
| Get the neighbors that are in the halo pattern. | |
Static Public Attributes inherited from Cabana::Grid::HaloPattern< 3 > | |
| static constexpr std::size_t | num_space_dim |
| Spatial dimension. | |
3d halo with node connectivity. I.e. communicate with all neighbor ranks with which I share a node.