Home
last modified time | relevance | path

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

/dports/science/axom/axom-0.6.1/src/axom/quest/detail/inout/
H A DInOutOctreeValidator.hpp40 using CellIndexSet = typename InOutOctreeType::CellIndexSet; typedef in axom::quest::detail::InOutOctreeValidator
153 CellIndexSet leafCells = m_octree.leafCells(vertBlock, leafData); in checkCellsReferencedInBoundaryVertexBlocks()
204 CellIndexSet blockCells = m_octree.leafCells(block, data); in checkBlockIndexingConsistency()
H A DInOutOctreeMeshDumper.hpp51 using CellIndexSet = typename InOutOctreeType::CellIndexSet; typedef in axom::quest::detail::InOutOctreeMeshDumperBase
344 CellIndexSet blockCells = in getCellsIndexingVertex()
372 CellIndexSet cellSet = m_octree.leafCells(leafblk, *it); in getBlocksIndexingCell()
413 using Base::CellIndexSet;
496 CellIndexSet segSet = m_octree.leafCells(block, blkData); in dumpLocalOctreeMeshesForBlock()
632 using Base::CellIndexSet;
718 CellIndexSet triSet = m_octree.leafCells(block, blkData); in dumpLocalOctreeMeshesForBlock()
H A DInOutOctreeStats.hpp40 using CellIndexSet = typename InOutOctreeType::CellIndexSet; typedef in axom::quest::detail::InOutOctreeStats
115 CellIndexSet cells = m_octree.leafCells(blk, blockData); in InOutOctreeStats()
H A DMeshWrapper.hpp340 template <typename CellIndexSet>
343 const CellIndexSet& otherCells) const in surfaceNormal()
/dports/science/axom/axom-0.6.1/src/axom/quest/
H A DInOutOctree.hpp161 using CellIndexSet = typename GrayLeafElementRelation::RelationSubset; typedef in axom::quest::InOutOctree
379 CellIndexSet leafCells(const BlockIndex& leafBlk,
443 const InOutOctree<3>::CellIndexSet& tSet) in operator <<()
1071 typename InOutOctree<DIM>::CellIndexSet InOutOctree<DIM>::leafCells( in leafCells()
1100 CellIndexSet triSet = leafCells(leafBlk, leafData); in withinGrayBlock()
1225 CellIndexSet segmentSet = leafCells(leafBlk, leafData); in withinGrayBlock()