|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
Base template for dispatching various shapes conditionally. More...
#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/develop/src/axom/bump/views/dispatch_unstructured_topology.hpp>
Static Public Member Functions | |
| static void | execute (bool &AXOM_UNUSED_PARAM(eligible), const std::string &AXOM_UNUSED_PARAM(shape), const axom::ArrayView< ConnType > &AXOM_UNUSED_PARAM(connView), const axom::ArrayView< ConnType > &AXOM_UNUSED_PARAM(sizesView), const axom::ArrayView< ConnType > &AXOM_UNUSED_PARAM(offsetsView), FuncType &&AXOM_UNUSED_PARAM(func)) |
| Execute method that gets generated when a shape is not enabled or supported. Do nothing. More... | |
| static void | execute (bool &AXOM_UNUSED_PARAM(eligible), const std::string &AXOM_UNUSED_PARAM(shape), const conduit::Node &AXOM_UNUSED_PARAM(topo), FuncType &&AXOM_UNUSED_PARAM(func)) |
| Execute method that gets generated when a shape is not enabled or supported. Do nothing. More... | |
Base template for dispatching various shapes conditionally.
|
inlinestatic |
Execute method that gets generated when a shape is not enabled or supported. Do nothing.
|
inlinestatic |
Execute method that gets generated when a shape is not enabled or supported. Do nothing.