AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::bump::views::make_unstructured_polyhedral_topology< ConnType > Struct Template Reference

This struct instantiates a topology view for an unstructured mesh that contains polyhedra. More...

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/main/src/axom/bump/views/dispatch_unstructured_topology.hpp>

Public Types

using TopologyView = UnstructuredTopologyPolyhedralView< ConnType >
 
using ConnectivityType = typename TopologyView::ConnectivityType
 

Static Public Member Functions

static TopologyView view (const conduit::Node &n_topo)
 Instantiate a topology view from a Conduit node. More...
 

Detailed Description

template<typename ConnType>
struct axom::bump::views::make_unstructured_polyhedral_topology< ConnType >

This struct instantiates a topology view for an unstructured mesh that contains polyhedra.

Template Parameters
ConnTypeAn integer type.

Member Typedef Documentation

◆ TopologyView

◆ ConnectivityType

Member Function Documentation

◆ view()

template<typename ConnType >
static TopologyView axom::bump::views::make_unstructured_polyhedral_topology< ConnType >::view ( const conduit::Node &  n_topo)
inlinestatic

Instantiate a topology view from a Conduit node.

Parameters
n_topoThe node that contains the topology.
Returns
The topology view that wraps the Conduit data.

References axom::bump::views::PolyhedronTraits::name(), SLIC_ERROR_IF, and axom::bump::views::verify().


The documentation for this struct was generated from the following file: