Loading...
Searching...
No Matches
bitpit::adaption::Info Struct Reference
The Info struct defines the infomation associated to an adaption. More...
Public Member Functions | |
Info (Type user_type, Entity user_entity, int user_rank=-1) | |
Public Attributes | |
std::vector< long > | current |
Entity | entity |
std::vector< long > | previous |
int | rank |
Type | type |
Detailed Description
The Info struct defines the infomation associated to an adaption.
- Examples
- POD_example_00002.cpp, and voloctree_adaptation_example_00001.cpp.
Definition at line 62 of file adaption.hpp.
Constructor & Destructor Documentation
◆ Info() [1/2]
|
inline |
Definition at line 64 of file adaption.hpp.
◆ Info() [2/2]
|
inline |
Definition at line 69 of file adaption.hpp.
Member Data Documentation
◆ current
std::vector<long> bitpit::adaption::Info::current |
Definition at line 78 of file adaption.hpp.
◆ entity
Entity bitpit::adaption::Info::entity |
Definition at line 75 of file adaption.hpp.
◆ previous
std::vector<long> bitpit::adaption::Info::previous |
Definition at line 77 of file adaption.hpp.
◆ rank
int bitpit::adaption::Info::rank |
Definition at line 76 of file adaption.hpp.
◆ type
Type bitpit::adaption::Info::type |
Definition at line 74 of file adaption.hpp.
The documentation for this struct was generated from the following file:
- src/patchkernel/adaption.hpp
