The Info is the structure to store info about mapping between elements. More...
#include <volume_mapper.hpp>
Public Member Functions | |
Info () | |
Info (Type user_type, Entity user_entity) | |
Public Attributes | |
Entity | entity |
std::vector< long > | ids |
std::vector< int > | ranks |
Type | type |
The Info is the structure to store info about mapping between elements.
Definition at line 71 of file volume_mapper.hpp.
|
inline |
Default constructor.
Definition at line 76 of file volume_mapper.hpp.
Custom constructor.
[in] | user_type | Type of mapping item |
[in] | user_entity | Mapped entity |
Definition at line 86 of file volume_mapper.hpp.
Entity bitpit::mapping::Info::entity |
Mapped entity.
Definition at line 92 of file volume_mapper.hpp.
std::vector<long> bitpit::mapping::Info::ids |
Local ids of the mapped elements.
Definition at line 93 of file volume_mapper.hpp.
std::vector<int> bitpit::mapping::Info::ranks |
Rank owners of the mapped elements.
Definition at line 95 of file volume_mapper.hpp.
Type bitpit::mapping::Info::type |
Type of mapping item.
Definition at line 91 of file volume_mapper.hpp.