|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
Make an unstructured representation of a structured topology. More...
#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/main/src/axom/bump/MakeUnstructured.hpp>
Static Public Member Functions | |
| static void | execute (const conduit::Node &topo, const conduit::Node &coordset, const std::string &topoName, conduit::Node &mesh, int allocator_id=axom::execution_space< ExecSpace >::allocatorID()) |
| Make an unstructured representation of a structured topology. More... | |
Make an unstructured representation of a structured topology.
| ExecSpace | The execution space where the algorithm runs. |
|
inlinestatic |
Make an unstructured representation of a structured topology.
| ExecSpace | The execution space where the work will be done. |
| topo | The input topology to be turned into unstructured. | |
| coordset | The topology's coordset. It will be referenced as an external node in the output mesh. | |
| topoName | The name of the new topology to create. | |
| [out] | mesh | The node that will contain the new topology and coordset. |
References axom::sidre::ConduitMemory::axomAllocIdToConduit(), and axom::bump::views::dispatch_structured_topologies().