|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
#include "axom/bump/views/StructuredTopologyView.hpp"#include "axom/bump/views/dispatch_uniform_topology.hpp"#include "axom/bump/views/dispatch_rectilinear_topology.hpp"#include "axom/bump/views/dispatch_structured_topology.hpp"#include "axom/bump/views/dispatch_unstructured_topology.hpp"#include "axom/bump/views/dispatch_utilities.hpp"#include <conduit/conduit.hpp>Namespaces | |
| axom | |
| axom::bump | |
| axom::bump::views | |
Functions | |
| template<int SelectedDimensions = select_dimensions(1, 2, 3), int ShapeTypes = AnyShape, typename FuncType > | |
| void | axom::bump::views::dispatch_topology (const conduit::Node &topo, FuncType &&func) |
| Creates a topology view and passes that view to the supplied function. More... | |