Chi-Tech
chi_math::VectorGhostCommunicator::CachedParallelData Struct Reference

#include <vector_ghost_communicator.h>

Data Fields

std::vector< int > sendcounts_
 
std::vector< int > senddispls_
 
std::vector< int > recvcounts_
 
std::vector< int > recvdispls_
 
std::vector< int64_t > local_ids_to_send_
 
std::map< int64_t, size_t > ghost_to_recv_map_
 

Detailed Description

Definition at line 55 of file vector_ghost_communicator.h.

Field Documentation

◆ ghost_to_recv_map_

std::map<int64_t, size_t> chi_math::VectorGhostCommunicator::CachedParallelData::ghost_to_recv_map_

Definition at line 63 of file vector_ghost_communicator.h.

◆ local_ids_to_send_

std::vector<int64_t> chi_math::VectorGhostCommunicator::CachedParallelData::local_ids_to_send_

Definition at line 62 of file vector_ghost_communicator.h.

◆ recvcounts_

std::vector<int> chi_math::VectorGhostCommunicator::CachedParallelData::recvcounts_

Definition at line 59 of file vector_ghost_communicator.h.

◆ recvdispls_

std::vector<int> chi_math::VectorGhostCommunicator::CachedParallelData::recvdispls_

Definition at line 60 of file vector_ghost_communicator.h.

◆ sendcounts_

std::vector<int> chi_math::VectorGhostCommunicator::CachedParallelData::sendcounts_

Definition at line 57 of file vector_ghost_communicator.h.

◆ senddispls_

std::vector<int> chi_math::VectorGhostCommunicator::CachedParallelData::senddispls_

Definition at line 58 of file vector_ghost_communicator.h.


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