|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
#include "axom/core/utilities/BitUtilities.hpp"#include "axom/bump/views/StructuredTopologyView.hpp"#include "axom/bump/views/StructuredIndexing.hpp"#include "axom/bump/views/StridedStructuredIndexing.hpp"#include "axom/bump/views/Shapes.hpp"Namespaces | |
| axom | |
| axom::bump | |
| axom::bump::views | |
Macros | |
| #define | AXOM_MAKE_TRAIT(TYPE) |
| This macro defines some template specializations that help us access ArrayView<> names. This can be helpful when the ArrayView comes into a lambda as an auto argument. More... | |
Functions | |
| static constexpr int | axom::bump::views::shapes_for_dimension (int dimension) |
| Return which shapes to expect for a given dimension. More... | |
| #define AXOM_MAKE_TRAIT | ( | TYPE | ) |
This macro defines some template specializations that help us access ArrayView<> names. This can be helpful when the ArrayView comes into a lambda as an auto argument.