AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::bump::views::IteratorIndex Struct Reference

This struct can encode some positional information about the material view const_iterators. More...

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/feature-kweiss-improve-python-sidre/src/axom/bump/views/MaterialView.hpp>

Public Attributes

axom::IndexType m_zoneIndex {0}
 Which zone we're working on. More...
 
axom::IndexType m_bufferIndex {0}
 Which buffer we're working on. More...
 
axom::IndexType m_localIndex {0}
 The element in the buffer we're working in. More...
 

Detailed Description

This struct can encode some positional information about the material view const_iterators.

Member Data Documentation

◆ m_zoneIndex

axom::IndexType axom::bump::views::IteratorIndex::m_zoneIndex {0}

Which zone we're working on.

◆ m_bufferIndex

axom::IndexType axom::bump::views::IteratorIndex::m_bufferIndex {0}

Which buffer we're working on.

◆ m_localIndex

axom::IndexType axom::bump::views::IteratorIndex::m_localIndex {0}

The element in the buffer we're working in.


The documentation for this struct was generated from the following file: