Home
last modified time | relevance | path

Searched refs:CellToNodeConnectivity (Results 1 – 1 of 1) sorted by relevance

/dports/science/axom/axom-0.6.1/src/axom/mint/mesh/
H A DUnstructuredMesh.hpp141 using CellToNodeConnectivity = typedef in axom::mint::UnstructuredMesh
177 , m_cell_to_node(new CellToNodeConnectivity(cell_type, cell_capacity)) in UnstructuredMesh()
215 new CellToNodeConnectivity(cell_capacity, connectivity_capacity)) in UnstructuredMesh()
273 new CellToNodeConnectivity(cell_type, n_cells, connectivity, cell_capacity)) in UnstructuredMesh()
375 , m_cell_to_node(new CellToNodeConnectivity(n_cells, in UnstructuredMesh()
472 , m_cell_to_node(new CellToNodeConnectivity(getTopologyGroup())) in UnstructuredMesh()
538 , m_cell_to_node(new CellToNodeConnectivity(cell_type, in UnstructuredMesh()
575 , m_cell_to_node(new CellToNodeConnectivity(getTopologyGroup(), in UnstructuredMesh()
1896 CellToNodeConnectivity* m_cell_to_node;