Searched refs:pct (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 1462 …DMPolytopeType pct = ct; /* Parent type: Cell type for parent o… in DMPlexTransformGetCone_Internal() local 1472 const PetscInt *parr = DMPolytopeTypeGetArrangement(pct, po); in DMPlexTransformGetCone_Internal() 1480 PetscCall(DMPlexGetCellType(dm, pp, &pct)); in DMPlexTransformGetCone_Internal() 1485 po = DMPolytopeTypeComposeOrientation(pct, ppornt[pcp], pco); in DMPlexTransformGetCone_Internal() 1491 PetscCall(DMPlexTransformGetSubcellOrientation(tr, pct, pp, fn ? po : o, ft, pr, fo, &pr, &fo)); in DMPlexTransformGetCone_Internal() 1492 PetscCall(DMPlexTransformGetTargetPoint(tr, pct, ft, pp, pr, &coneNew[c])); in DMPlexTransformGetCone_Internal() 1807 …nsformMapCoordinatesBarycenter_Internal(DMPlexTransform tr, DMPolytopeType pct, DMPolytopeType ct,… in DMPlexTransformMapCoordinatesBarycenter_Internal() argument 1842 PetscErrorCode DMPlexTransformMapCoordinates(DMPlexTransform tr, DMPolytopeType pct, DMPolytopeType… in DMPlexTransformMapCoordinates() argument 1845 if (Nv) PetscUseTypeMethod(tr, mapcoordinates, pct, ct, p, r, Nv, dE, in, out); in DMPlexTransformMapCoordinates() 1868 …int_Private(DMPlexTransform tr, DMLabel label, PetscInt pp, DMPolytopeType pct, PetscInt p, DMPoly… in DMPlexTransformLabelProducedPoint_Private() argument [all …]
|
| /petsc/src/dm/impls/plex/transform/impls/refine/bl/ |
| H A D | plexrefbl.c | 489 static PetscErrorCode DMPlexTransformMapCoordinates_BL(DMPlexTransform tr, DMPolytopeType pct, DMPo… in DMPlexTransformMapCoordinates_BL() argument 495 switch (pct) { in DMPlexTransformMapCoordinates_BL() 503 PetscCall(DMPlexTransformMapCoordinatesBarycenter_Internal(tr, pct, ct, p, r, Nv, dE, in, out)); in DMPlexTransformMapCoordinates_BL()
|
| /petsc/src/dm/impls/plex/transform/impls/extrude/ |
| H A D | plextrcohesive.c | 988 static PetscErrorCode DMPlexTransformMapCoordinates_Cohesive(DMPlexTransform tr, DMPolytopeType pct… in DMPlexTransformMapCoordinates_Cohesive() argument 994 …PetscCheck(pct == DM_POLYTOPE_POINT, PETSC_COMM_SELF, PETSC_ERR_SUP, "Not for parent point type %s… in DMPlexTransformMapCoordinates_Cohesive()
|
| H A D | plextrextrude.c | 787 static PetscErrorCode DMPlexTransformMapCoordinates_Extrude(DMPlexTransform tr, DMPolytopeType pct,… in DMPlexTransformMapCoordinates_Extrude() argument 800 …PetscCheck(pct == DM_POLYTOPE_POINT, PETSC_COMM_SELF, PETSC_ERR_SUP, "Not for parent point type %s… in DMPlexTransformMapCoordinates_Extrude()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 1817 DMPolytopeType pct, qct; in DMPlexTreeRefineCell() local 1837 PetscCall(DMPlexGetCellType(K, p, &pct)); in DMPlexTreeRefineCell() 1842 parentOrientA = DMPolytopeConvertNewOrientation_Internal(pct, parentOrientA); in DMPlexTreeRefineCell()
|