#include <AMReX_DistributionMapping.H>
|
| | Ref ()=default |
| | Constructors to match those in DistributionMapping ....
|
| |
| | Ref (int len) |
| |
| | Ref (const Vector< int > &pmap) |
| |
| | Ref (Vector< int > &&pmap) noexcept |
| |
| void | clear () |
| | dtor, copy-ctor, copy-op=, move-ctor, and move-op= are compiler generated.
|
| |
◆ Ref() [1/4]
| amrex::DistributionMapping::Ref::Ref |
( |
| ) |
|
|
default |
◆ Ref() [2/4]
| amrex::DistributionMapping::Ref::Ref |
( |
int |
len | ) |
|
|
inlineexplicit |
◆ Ref() [3/4]
| amrex::DistributionMapping::Ref::Ref |
( |
const Vector< int > & |
pmap | ) |
|
|
inlineexplicit |
◆ Ref() [4/4]
| amrex::DistributionMapping::Ref::Ref |
( |
Vector< int > && |
pmap | ) |
|
|
inlineexplicitnoexcept |
◆ clear()
| void amrex::DistributionMapping::Ref::clear |
( |
| ) |
|
|
inline |
dtor, copy-ctor, copy-op=, move-ctor, and move-op= are compiler generated.
◆ m_index_array
| Vector<int> amrex::DistributionMapping::Ref::m_index_array |
index array for local boxes owned by the team
◆ m_ownership
| std::vector<bool> amrex::DistributionMapping::Ref::m_ownership |
◆ m_pmap
| Vector<int> amrex::DistributionMapping::Ref::m_pmap |
index array for all boxes
The documentation for this struct was generated from the following file: