Home
last modified time | relevance | path

Searched refs:qcone (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/plex/tutorials/
H A Dex11.c284 const PetscInt *qcone, *qornt, *oqcone, *oqornt; in CheckSubcells() local
289 PetscCall(DMPlexTransformGetCone(tr, pNew, &qcone, &qornt)); in CheckSubcells()
294 …scCall(PetscPrintf(PETSC_COMM_SELF, " %" PetscInt_FMT " (%" PetscInt_FMT ")", qcone[c], qornt[c])); in CheckSubcells()
302 PetscCall(DMPolytopeMatchOrientation(ctNew, oqcone, qcone, &oo, &found)); in CheckSubcells()
344 PetscCall(DMPlexTransformRestoreCone(tr, pNew, &qcone, &qornt)); in CheckSubcells()
/petsc/src/dm/impls/plex/
H A Dplexreorder.c494 const PetscInt *qsupp, *qcone; in DMCreateSectionPermutation_Plex_Cohesive_Old() local
508 PetscCall(DMPlexGetCone(dm, qsupp[qs], &qcone)); in DMCreateSectionPermutation_Plex_Cohesive_Old()
509 if (qcone[0] == qcone[1]) { in DMCreateSectionPermutation_Plex_Cohesive_Old()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1574 PetscInt *rsize, *rcone, *rornt, *qcone, *qornt; in DMPlexTransformGetConeOriented() local
1583 PetscCall(DMGetWorkArray(dm, maxConeSize, MPIU_INT, &qcone)); in DMPlexTransformGetConeOriented()
1604 …PetscCall(DMPlexTransformGetCone_Internal(tr, p, po, ct, qct, rcone, &coff, rornt, &ooff, qcone, q… in DMPlexTransformGetConeOriented()
1605 *cone = qcone; in DMPlexTransformGetConeOriented()
1615 PetscInt *rsize, *rcone, *rornt, *qcone, *qornt; in DMPlexTransformGetCone() local
1624 PetscCall(DMGetWorkArray(dm, maxConeSize, MPIU_INT, &qcone)); in DMPlexTransformGetCone()
1645 …PetscCall(DMPlexTransformGetCone_Internal(tr, p, 0, ct, qct, rcone, &coff, rornt, &ooff, qcone, qo… in DMPlexTransformGetCone()
1646 if (cone) *cone = qcone; in DMPlexTransformGetCone()
1647 else PetscCall(DMRestoreWorkArray(dm, maxConeSize, MPIU_INT, &qcone)); in DMPlexTransformGetCone()