|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
Help turn slice data zone indices into strided structured element field indices. More...
#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/main/src/axom/bump/IndexingPolicies.hpp>
Public Member Functions | |
| void | update (const conduit::Node &field) |
| Update the indexing offsets/strides from a Conduit node. More... | |
| AXOM_HOST_DEVICE axom::IndexType | operator[] (axom::IndexType index) const |
| Transforms the index from local to global through an indexing object. More... | |
Public Attributes | |
| Indexing | m_indexing {} |
Help turn slice data zone indices into strided structured element field indices.
| Indexing | A StridedStructuredIndexing of some dimension. |
|
inline |
Update the indexing offsets/strides from a Conduit node.
| field | The Conduit node for a field. |
References axom::bump::utilities::fillFromNode(), and axom::bump::SSElementFieldIndexing< Indexing >::m_indexing.
|
inline |
Transforms the index from local to global through an indexing object.
| index | The local index |
References axom::bump::SSElementFieldIndexing< Indexing >::m_indexing.
| Indexing axom::bump::SSElementFieldIndexing< Indexing >::m_indexing {} |