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 |
Detailed Description
The Info is the structure to store info about mapping between elements.
Definition at line 71 of file volume_mapper.hpp.
Constructor & Destructor Documentation
◆ Info() [1/2]
|
inline |
Default constructor.
Definition at line 76 of file volume_mapper.hpp.
◆ Info() [2/2]
Custom constructor.
- Parameters
-
[in] user_type Type of mapping item [in] user_entity Mapped entity
Definition at line 86 of file volume_mapper.hpp.
Member Data Documentation
◆ entity
Entity bitpit::mapping::Info::entity |
Mapped entity.
Definition at line 92 of file volume_mapper.hpp.
◆ ids
std::vector<long> bitpit::mapping::Info::ids |
Local ids of the mapped elements.
Definition at line 93 of file volume_mapper.hpp.
◆ ranks
std::vector<int> bitpit::mapping::Info::ranks |
Rank owners of the mapped elements.
Definition at line 95 of file volume_mapper.hpp.
◆ type
Type bitpit::mapping::Info::type |
Type of mapping item.
Definition at line 91 of file volume_mapper.hpp.
The documentation for this class was generated from the following file:
- src/patchkernel/volume_mapper.hpp
