|
MAIA bb96820c
Multiphysics at AIA
|
#include <dgcartesiangridmap.h>
Public Attributes | |
| MInt | m_firstTargetCellId |
| Cell id on current domain (target grid) More... | |
| MInt | m_noTargetCells |
| Number of consecutive mapped target cells. More... | |
| MInt | m_firstDonorGlobalId |
| First cell id of mapped (donor) grid. More... | |
| MInt | m_noDonorCells |
| Number of consecutive mapped donor cells. More... | |
| std::vector< MInt > | m_noOffspring |
Definition at line 15 of file dgcartesiangridmap.h.
| MInt maia::dg::GridMapOffset::m_firstDonorGlobalId |
Definition at line 18 of file dgcartesiangridmap.h.
| MInt maia::dg::GridMapOffset::m_firstTargetCellId |
Definition at line 16 of file dgcartesiangridmap.h.
| MInt maia::dg::GridMapOffset::m_noDonorCells |
Definition at line 19 of file dgcartesiangridmap.h.
| std::vector<MInt> maia::dg::GridMapOffset::m_noOffspring |
Definition at line 22 of file dgcartesiangridmap.h.
| MInt maia::dg::GridMapOffset::m_noTargetCells |
Definition at line 17 of file dgcartesiangridmap.h.