|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
#include "axom/core/StackArray.hpp"#include "axom/core/numerics/matvecops.hpp"#include <iostream>#include <sstream>#include <type_traits>Classes | |
| class | axom::MDMapping< DIM, T > |
| For indexing multidimensional arrays. More... | |
Namespaces | |
| axom | |
Enumerations | |
| enum class | axom::ArrayStrideOrder : int { axom::ARBITRARY = 0 , axom::ROW = 1 , axom::COLUMN = 2 , axom::BOTH = ROW | COLUMN } |
| Indicator for stride ordering. More... | |