Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmtypes.h255 DM_POLYTOPE_PYRAMID, enumerator
H A Dpetscdm.h499 case DM_POLYTOPE_PYRAMID: in DMPolytopeTypeGetDim()
532 case DM_POLYTOPE_PYRAMID: in DMPolytopeTypeGetConeSize()
564 case DM_POLYTOPE_PYRAMID: in DMPolytopeTypeGetNumVertices()
601 case DM_POLYTOPE_PYRAMID: in DMPolytopeTypeGetNumArrangements()
804 case DM_POLYTOPE_PYRAMID: in DMPolytopeTypeGetArrangement()
975 case DM_POLYTOPE_PYRAMID: in DMPolytopeTypeGetVertexArrangement()
1096 case DM_POLYTOPE_PYRAMID: in DMPolytopeTypeComposeOrientation()
1136 case DM_POLYTOPE_PYRAMID: in DMPolytopeTypeComposeOrientationInv()
/petsc/src/dm/impls/plex/
H A Dplexgenerate.c55 case DM_POLYTOPE_PYRAMID: in DMPlexInvertCell()
H A Dplexfluent.c652 *ct = DM_POLYTOPE_PYRAMID; in GetNumCellFaces()
H A Dplexinterpolate.c427 case DM_POLYTOPE_PYRAMID: in DMPlexGetRawFaces_Internal()
H A Dplexgmsh.c1391 /* GMSH_PYR */ DM_POLYTOPE_PYRAMID, DM_POLYTOPE_UNKNOWN};
H A Dplex.c4680 ct = DM_POLYTOPE_PYRAMID; in DMPlexComputeCellType_Internal()
4734 ct = DM_POLYTOPE_PYRAMID; in DMPlexComputeCellType_Internal()
9684 case DM_POLYTOPE_PYRAMID: in DMPlexCheckGeometry()
H A Dplexcreate.c4609 case DM_POLYTOPE_PYRAMID: { in DMPlexCreateReferenceCell_Internal()
/petsc/src/dm/impls/plex/transform/impls/refine/tobox/
H A Dplexreftobox.c553 case DM_POLYTOPE_PYRAMID: in DMPlexTransformCellRefine_ToBox()
602 case DM_POLYTOPE_PYRAMID: in DMPlexTransformCellRefine_ToBox()
/petsc/src/dm/impls/plex/transform/impls/refine/regular/
H A Dplexrefregular.c815 …NT, DM_POLYTOPE_TRIANGLE, DM_POLYTOPE_QUADRILATERAL, DM_POLYTOPE_TETRAHEDRON, DM_POLYTOPE_PYRAMID}; in DMPlexTransformCellRefine_Regular()
1245 case DM_POLYTOPE_PYRAMID: in DMPlexTransformCellRefine_Regular()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi41 DM_POLYTOPE_PYRAMID
H A DDM.pyx44 PYRAMID = DM_POLYTOPE_PYRAMID
/petsc/src/dm/impls/plex/transform/impls/refine/sbr/
H A Dplexrefsbr.c513 case DM_POLYTOPE_PYRAMID: in DMPlexTransformCellTransform_SBR()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1261 static DMPolytopeType pyrT[] = {DM_POLYTOPE_PYRAMID}; in DMPlexTransformCellTransformIdentity()
1346 case DM_POLYTOPE_PYRAMID: in DMPlexTransformCellTransformIdentity()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c243 _dmcelltype = DM_POLYTOPE_PYRAMID; in CGNSElementTypeGetTopologyInfo()