|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
#include "axom/core.hpp"#include "axom/slic.hpp"#include "axom/bump/utilities/conduit_memory.hpp"#include "axom/bump/utilities/utilities.hpp"#include "axom/bump/views/dispatch_unstructured_topology.hpp"#include "axom/bump/MakeUnstructured.hpp"#include "axom/sidre/core/ConduitMemory.hpp"#include <conduit/conduit.hpp>#include <conduit/conduit_blueprint.hpp>#include <conduit/conduit_blueprint_mesh_utils.hpp>#include <cstring>#include <map>#include <vector>Classes | |
| struct | axom::bump::details::BuildRelationImpl< ExecSpace, ViewType > |
| Implementation for building the node to zone relation. More... | |
| struct | axom::bump::details::BuildRelationImpl< axom::SEQ_EXEC, ViewType > |
| Partial specialization for axom::SEQ_EXEC. More... | |
| struct | axom::bump::details::BuildRelation< ExecSpace, ViewType > |
| Interface for building node to zone relation. More... | |
| struct | axom::bump::details::BuildRelation< axom::OMP_EXEC, ViewType > |
| Partial specialization for axom::OMP_EXEC. More... | |
| class | axom::bump::NodeToZoneRelationBuilder< ExecSpace > |
| Build an o2m relation that lets us look up the zones for a node. More... | |
Namespaces | |
| axom | |
| axom::bump | |
| axom::bump::details | |