core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
Loading...
Searching...
No Matches
peclet::core::halo::GridHaloTopology< Dim >::FlatTopology Struct Reference

#include <grid_halo_topology.hpp>

Public Attributes

MPI_Comm comm = MPI_COMM_NULL
 
std::vector< intsendRanks
 
std::vector< intrecvRanks
 
std::vector< intsendCounts
 
std::vector< intrecvCounts
 
std::vector< IndexsendIdx
 
std::vector< IndexrecvIdx
 
std::vector< IndexselfSrc
 
std::vector< IndexselfDst
 

Detailed Description

template<int Dim>
struct peclet::core::halo::GridHaloTopology< Dim >::FlatTopology

Definition at line 268 of file grid_halo_topology.hpp.

Member Data Documentation

◆ comm

template<int Dim>
MPI_Comm peclet::core::halo::GridHaloTopology< Dim >::FlatTopology::comm = MPI_COMM_NULL

◆ sendRanks

template<int Dim>
std::vector<int> peclet::core::halo::GridHaloTopology< Dim >::FlatTopology::sendRanks

Definition at line 270 of file grid_halo_topology.hpp.

◆ recvRanks

template<int Dim>
std::vector<int> peclet::core::halo::GridHaloTopology< Dim >::FlatTopology::recvRanks

Definition at line 270 of file grid_halo_topology.hpp.

◆ sendCounts

template<int Dim>
std::vector<int> peclet::core::halo::GridHaloTopology< Dim >::FlatTopology::sendCounts

Definition at line 271 of file grid_halo_topology.hpp.

◆ recvCounts

template<int Dim>
std::vector<int> peclet::core::halo::GridHaloTopology< Dim >::FlatTopology::recvCounts

Definition at line 271 of file grid_halo_topology.hpp.

◆ sendIdx

template<int Dim>
std::vector<Index> peclet::core::halo::GridHaloTopology< Dim >::FlatTopology::sendIdx

Definition at line 272 of file grid_halo_topology.hpp.

◆ recvIdx

template<int Dim>
std::vector<Index> peclet::core::halo::GridHaloTopology< Dim >::FlatTopology::recvIdx

Definition at line 272 of file grid_halo_topology.hpp.

◆ selfSrc

template<int Dim>
std::vector<Index> peclet::core::halo::GridHaloTopology< Dim >::FlatTopology::selfSrc

Definition at line 273 of file grid_halo_topology.hpp.

◆ selfDst

template<int Dim>
std::vector<Index> peclet::core::halo::GridHaloTopology< Dim >::FlatTopology::selfDst

Definition at line 273 of file grid_halo_topology.hpp.


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