Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Revoropt/include/Revoropt/Mesh/
H A Dwrapper_fwd.hpp302 MeshWrapper() : Base() {} ; in MeshWrapper() function in Revoropt::MeshWrapper
305 MeshWrapper( Scalar* vertices, in MeshWrapper() function in Revoropt::MeshWrapper
317 MeshWrapper( Scalar* vertices, in MeshWrapper() function in Revoropt::MeshWrapper
333 MeshWrapper( Mesh< _FaceSize, in MeshWrapper() function in Revoropt::MeshWrapper
347 MeshWrapper& operator=( Mesh< FaceSize, in operator =()
401 class MeshWrapper<Variable, _VertexDim, _Scalar, _VertexOffset> : class
419 MeshWrapper() : Base() {} ; in MeshWrapper() function in Revoropt::MeshWrapper
422 MeshWrapper( Scalar* vertices, in MeshWrapper() function in Revoropt::MeshWrapper
435 MeshWrapper( Scalar* vertices, in MeshWrapper() function in Revoropt::MeshWrapper
452 MeshWrapper( Mesh< Variable, in MeshWrapper() function in Revoropt::MeshWrapper
[all …]
H A Dbase_fwd.hpp44 class MeshWrapper ;
206 friend class MeshWrapper ;
355 friend class MeshWrapper ;
/dports/science/axom/axom-0.6.1/src/axom/quest/detail/inout/
H A DMeshWrapper.hpp42 class MeshWrapper;
282 class MeshWrapper<2> : public SimplexMeshWrapper<2, MeshWrapper<2>> class
286 using Base = SimplexMeshWrapper<DIM, MeshWrapper<DIM>>;
302 MeshWrapper(SurfaceMesh*& meshPtr) : Base(meshPtr) { } in MeshWrapper() function in axom::quest::MeshWrapper
469 class MeshWrapper<3> : public SimplexMeshWrapper<3, MeshWrapper<3>> class
473 using Base = SimplexMeshWrapper<DIM, MeshWrapper<DIM>>;
488 MeshWrapper(SurfaceMesh*& meshPtr) : Base(meshPtr) { } in MeshWrapper() function in axom::quest::MeshWrapper
H A DInOutOctreeMeshDumper.hpp61 using CellVertIndices = typename MeshWrapper<DIM>::CellVertIndices;
239 : MeshWrapper<DIM>::NO_VERTEX; in dumpOctreeMeshBlocks()
249 : MeshWrapper<DIM>::NO_VERTEX; in dumpOctreeMeshBlocks()
H A DInOutOctreeValidator.hpp49 using CellVertIndices = typename MeshWrapper<DIM>::CellVertIndices;
H A DInOutOctreeStats.hpp255 using CellVertIndices = typename MeshWrapper<DIM>::CellVertIndices; in vertexCardinalityHistogram()
/dports/science/axom/axom-0.6.1/src/axom/quest/
H A DInOutOctree.hpp122 using SurfaceMesh = typename MeshWrapper<DIM>::SurfaceMesh;
128 using SpaceCell = typename MeshWrapper<DIM>::SpaceCell;
130 using MeshVertexSet = typename MeshWrapper<DIM>::MeshVertexSet;
131 using MeshElementSet = typename MeshWrapper<DIM>::MeshElementSet;
133 using VertexIndexMap = typename MeshWrapper<DIM>::VertexIndexMap;
407 MeshWrapper<DIM> m_meshWrapper;
1133 CellIndex tIdx = MeshWrapper<DIM>::NO_CELL; in withinGrayBlock()
1186 if(tIdx == MeshWrapper<DIM>::NO_CELL) in withinGrayBlock()
1245 CellIndex tIdx = MeshWrapper<DIM>::NO_CELL; in withinGrayBlock()
1308 if(tIdx == MeshWrapper<DIM>::NO_CELL) in withinGrayBlock()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/quest/detail/
H A DPointInCellMeshWrapper_mfem.hpp90 typedef PointInCellMeshWrapper<quest_point_in_cell_mfem_tag> MeshWrapper; typedef in axom::quest::detail::PointInCellMeshWrapper
309 if(MeshWrapper::isPositiveBasis(nodalFEColl)) in computeHighOrderBoundingBoxes()
324 MeshWrapper::getCorrespondingPositiveFEC(nodalFEColl, order, dim, mapType); in computeHighOrderBoundingBoxes()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/raytracing/
H A DMeshConnectivityBase.h49 class MeshWrapper
55 MeshWrapper() {} in MeshWrapper() function
57 MeshWrapper(MeshConnectivityBase* meshConn) in MeshWrapper() function
H A DMeshConnectivityContainers.cxx41 MeshWrapper MeshConnContainer::PrepareForExecution(const vtkm::cont::DeviceAdapterId deviceId, in PrepareForExecution()
44 return MeshWrapper(const_cast<MeshConnectivityBase*>(this->Construct(deviceId, token))); in PrepareForExecution()
H A DMeshConnectivityContainers.h33 MeshWrapper PrepareForExecution(const vtkm::cont::DeviceAdapterId deviceId,
H A DConnectivityTracer.cxx399 const MeshWrapper& meshConn) const in operator ()()
508 const MeshWrapper& meshConn, in operator ()()
1039 MeshWrapper& meshConn, in operator ()()