Intrepid2
|
This is the complete list of members for Intrepid2::CellTools< ExecSpaceType >, including all inherited members.
CellTools()=default | Intrepid2::CellTools< ExecSpaceType > | |
checkPointInclusion(const Kokkos::DynRankView< pointValueType, pointProperties...> point, const shards::CellTopology cellTopo, const double thres=threshold()) | Intrepid2::CellTools< ExecSpaceType > | static |
checkPointwiseInclusion(Kokkos::DynRankView< inCellValueType, inCellProperties...> inCell, const Kokkos::DynRankView< pointValueType, pointProperties...> points, const shards::CellTopology cellTopo, const double thres=threshold()) | Intrepid2::CellTools< ExecSpaceType > | static |
checkPointwiseInclusion(Kokkos::DynRankView< inCellValueType, inCellProperties...> inCell, const Kokkos::DynRankView< pointValueType, pointProperties...> points, const Kokkos::DynRankView< cellWorksetValueType, cellWorksetProperties...> cellWorkset, const shards::CellTopology cellTopo, const double thres=threshold()) | Intrepid2::CellTools< ExecSpaceType > | static |
createHGradBasis(const shards::CellTopology cellTopo) | Intrepid2::CellTools< ExecSpaceType > | inlineprivatestatic |
getPhysicalEdgeTangents(Kokkos::DynRankView< edgeTangentValueType, edgeTangentProperties...> edgeTangents, const Kokkos::DynRankView< worksetJacobianValueType, worksetJacobianProperties...> worksetJacobians, const ordinal_type worksetEdgeOrd, const shards::CellTopology parentCell) | Intrepid2::CellTools< ExecSpaceType > | static |
getPhysicalFaceNormals(Kokkos::DynRankView< faceNormalValueType, faceNormalProperties...> faceNormals, const Kokkos::DynRankView< worksetJacobianValueType, worksetJacobianProperties...> worksetJacobians, const ordinal_type worksetFaceOrd, const shards::CellTopology parentCell) | Intrepid2::CellTools< ExecSpaceType > | static |
getPhysicalFaceTangents(Kokkos::DynRankView< faceTanUValueType, faceTanUProperties...> faceTanU, Kokkos::DynRankView< faceTanVValueType, faceTanVProperties...> faceTanV, const Kokkos::DynRankView< worksetJacobianValueType, worksetJacobianProperties...> worksetJacobians, const ordinal_type worksetFaceOrd, const shards::CellTopology parentCell) | Intrepid2::CellTools< ExecSpaceType > | static |
getPhysicalSideNormals(Kokkos::DynRankView< sideNormalValueType, sideNormalProperties...> sideNormals, const Kokkos::DynRankView< worksetJacobianValueType, worksetJacobianProperties...> worksetJacobians, const ordinal_type worksetSideOrd, const shards::CellTopology parentCell) | Intrepid2::CellTools< ExecSpaceType > | static |
getReferenceCellCenter(Kokkos::DynRankView< cellCenterValueType, cellCenterProperties...> cellCenter, Kokkos::DynRankView< cellVertexValueType, cellVertexProperties...> cellVertex, const shards::CellTopology cell) | Intrepid2::CellTools< ExecSpaceType > | static |
getReferenceEdgeTangent(Kokkos::DynRankView< refEdgeTangentValueType, refEdgeTangentProperties...> refEdgeTangent, const ordinal_type edgeOrd, const shards::CellTopology parentCell) | Intrepid2::CellTools< ExecSpaceType > | static |
getReferenceFaceNormal(Kokkos::DynRankView< refFaceNormalValueType, refFaceNormalProperties...> refFaceNormal, const ordinal_type faceOrd, const shards::CellTopology parentCell) | Intrepid2::CellTools< ExecSpaceType > | static |
getReferenceFaceTangents(Kokkos::DynRankView< refFaceTanUValueType, refFaceTanUProperties...> refFaceTanU, Kokkos::DynRankView< refFaceTanVValueType, refFaceTanVProperties...> refFaceTanV, const ordinal_type faceOrd, const shards::CellTopology parentCell) | Intrepid2::CellTools< ExecSpaceType > | static |
getReferenceNode(Kokkos::DynRankView< cellNodeValueType, cellNodeProperties...> cellNode, const shards::CellTopology cell, const ordinal_type nodeOrd) | Intrepid2::CellTools< ExecSpaceType > | static |
getReferenceSideNormal(Kokkos::DynRankView< refSideNormalValueType, refSideNormalProperties...> refSideNormal, const ordinal_type sideOrd, const shards::CellTopology parentCell) | Intrepid2::CellTools< ExecSpaceType > | static |
getReferenceSubcellNodes(Kokkos::DynRankView< subcellNodeValueType, subcellNodeProperties...> subcellNodes, const ordinal_type subcellDim, const ordinal_type subcellOrd, const shards::CellTopology parentCell) | Intrepid2::CellTools< ExecSpaceType > | static |
getReferenceSubcellVertices(Kokkos::DynRankView< subcellVertexValueType, subcellVertexProperties...> subcellVertices, const ordinal_type subcellDim, const ordinal_type subcellOrd, const shards::CellTopology parentCell) | Intrepid2::CellTools< ExecSpaceType > | static |
getReferenceVertex(Kokkos::DynRankView< cellVertexValueType, cellVertexProperties...> cellVertex, const shards::CellTopology cell, const ordinal_type vertexOrd) | Intrepid2::CellTools< ExecSpaceType > | static |
getSubcellParametrization(subcellParamViewType &subcellParam, const ordinal_type subcellDim, const shards::CellTopology parentCell) | Intrepid2::CellTools< ExecSpaceType > | static |
getSubcvCoords(Kokkos::DynRankView< subcvCoordValueType, subcvCoordProperties...> subcvCoords, const Kokkos::DynRankView< cellCoordValueType, cellCoordProperties...> cellCoords, const shards::CellTopology primaryCell) | Intrepid2::CellTools< ExecSpaceType > | static |
hasReferenceCell(const shards::CellTopology cellTopo) | Intrepid2::CellTools< ExecSpaceType > | inlinestatic |
isReferenceNodeDataSet_ (defined in Intrepid2::CellTools< ExecSpaceType >) | Intrepid2::CellTools< ExecSpaceType > | privatestatic |
isSubcellParametrizationSet_ (defined in Intrepid2::CellTools< ExecSpaceType >) | Intrepid2::CellTools< ExecSpaceType > | privatestatic |
mapToPhysicalFrame(Kokkos::DynRankView< physPointValueType, physPointProperties...> physPoints, const Kokkos::DynRankView< refPointValueType, refPointProperties...> refPoints, const Kokkos::DynRankView< worksetCellValueType, worksetCellProperties...> worksetCell, const HGradBasisPtrType basis) | Intrepid2::CellTools< ExecSpaceType > | static |
mapToPhysicalFrame(Kokkos::DynRankView< physPointValueType, physPointProperties...> physPoints, const Kokkos::DynRankView< refPointValueType, refPointProperties...> refPoints, const Kokkos::DynRankView< worksetCellValueType, worksetCellProperties...> worksetCell, const shards::CellTopology cellTopo) | Intrepid2::CellTools< ExecSpaceType > | inlinestatic |
mapToReferenceFrame(Kokkos::DynRankView< refPointValueType, refPointProperties...> refPoints, const Kokkos::DynRankView< physPointValueType, physPointProperties...> physPoints, const Kokkos::DynRankView< worksetCellValueType, worksetCellProperties...> worksetCell, const shards::CellTopology cellTopo) | Intrepid2::CellTools< ExecSpaceType > | static |
mapToReferenceFrameInitGuess(Kokkos::DynRankView< refPointValueType, refPointProperties...> refPoints, const Kokkos::DynRankView< initGuessValueType, initGuessProperties...> initGuess, const Kokkos::DynRankView< physPointValueType, physPointProperties...> physPoints, const Kokkos::DynRankView< worksetCellValueType, worksetCellProperties...> worksetCell, const HGradBasisPtrType basis) | Intrepid2::CellTools< ExecSpaceType > | static |
mapToReferenceFrameInitGuess(Kokkos::DynRankView< refPointValueType, refPointProperties...> refPoints, const Kokkos::DynRankView< initGuessValueType, initGuessProperties...> initGuess, const Kokkos::DynRankView< physPointValueType, physPointProperties...> physPoints, const Kokkos::DynRankView< worksetCellValueType, worksetCellProperties...> worksetCell, const shards::CellTopology cellTopo) | Intrepid2::CellTools< ExecSpaceType > | inlinestatic |
mapToReferenceSubcell(Kokkos::DynRankView< refSubcellPointValueType, refSubcellPointProperties...> refSubcellPoints, const Kokkos::DynRankView< paramPointValueType, paramPointProperties...> paramPoints, const ordinal_type subcellDim, const ordinal_type subcellOrd, const shards::CellTopology parentCell) | Intrepid2::CellTools< ExecSpaceType > | static |
mapToReferenceSubcell(Kokkos::DynRankView< refSubcellPointValueType, refSubcellPointProperties...> refSubcellPoints, const Kokkos::DynRankView< paramPointValueType, paramPointProperties...> paramPoints, const subcellParamViewType subcellMap, const ordinal_type subcellDim, const ordinal_type subcellOrd, const ordinal_type parentCellDim) | Intrepid2::CellTools< ExecSpaceType > | static |
referenceNodeDataViewHostType typedef (defined in Intrepid2::CellTools< ExecSpaceType >) | Intrepid2::CellTools< ExecSpaceType > | private |
referenceNodeDataViewType typedef (defined in Intrepid2::CellTools< ExecSpaceType >) | Intrepid2::CellTools< ExecSpaceType > | private |
refNodeData_ (defined in Intrepid2::CellTools< ExecSpaceType >) | Intrepid2::CellTools< ExecSpaceType > | privatestatic |
refNodeDataStatic_ (defined in Intrepid2::CellTools< ExecSpaceType >) | Intrepid2::CellTools< ExecSpaceType > | privatestatic |
setJacobian(Kokkos::DynRankView< jacobianValueType, jacobianProperties...> jacobian, const Kokkos::DynRankView< pointValueType, pointProperties...> points, const Kokkos::DynRankView< worksetCellValueType, worksetCellProperties...> worksetCell, const HGradBasisPtrType basis) | Intrepid2::CellTools< ExecSpaceType > | static |
setJacobian(Kokkos::DynRankView< jacobianValueType, jacobianProperties...> jacobian, const Kokkos::DynRankView< pointValueType, pointProperties...> points, const Kokkos::DynRankView< worksetCellValueType, worksetCellProperties...> worksetCell, const shards::CellTopology cellTopo) | Intrepid2::CellTools< ExecSpaceType > | inlinestatic |
setJacobianDet(Kokkos::DynRankView< jacobianDetValueType, jacobianDetProperties...> jacobianDet, const Kokkos::DynRankView< jacobianValueType, jacobianProperties...> jacobian) | Intrepid2::CellTools< ExecSpaceType > | static |
setJacobianInv(Kokkos::DynRankView< jacobianInvValueType, jacobianInvProperties...> jacobianInv, const Kokkos::DynRankView< jacobianValueType, jacobianProperties...> jacobian) | Intrepid2::CellTools< ExecSpaceType > | static |
setReferenceNodeData() | Intrepid2::CellTools< ExecSpaceType > | privatestatic |
setSubcellParametrization(subcellParamViewType &subcellParam, const ordinal_type subcellDim, const shards::CellTopology parentCell) | Intrepid2::CellTools< ExecSpaceType > | privatestatic |
setSubcellParametrization() | Intrepid2::CellTools< ExecSpaceType > | static |
subcellParamData_ (defined in Intrepid2::CellTools< ExecSpaceType >) | Intrepid2::CellTools< ExecSpaceType > | privatestatic |
subcellParamViewType typedef (defined in Intrepid2::CellTools< ExecSpaceType >) | Intrepid2::CellTools< ExecSpaceType > | |
~CellTools()=default | Intrepid2::CellTools< ExecSpaceType > |