Lines Matching refs:supportSize
23 PetscInt coneSize, c, supportSize, s; in DMPlexOrientPoint() local
50 PetscCall(DMPlexGetSupportSize(dm, p, &supportSize)); in DMPlexOrientPoint()
52 for (s = 0; s < supportSize; ++s) { in DMPlexOrientPoint()
171 PetscInt supportSize, coneSizeA, coneSizeB, posA = -1, posB = -1; in DMPlexCheckFace_Old_Internal() local
177 PetscCall(DMPlexGetSupportSize(dm, face, &supportSize)); in DMPlexCheckFace_Old_Internal()
179 if (supportSize < 2) PetscFunctionReturn(PETSC_SUCCESS); in DMPlexCheckFace_Old_Internal()
180 …PetscCheck(supportSize == 2, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Faces should separate only two… in DMPlexCheckFace_Old_Internal()
457 PetscInt coneSize, supportSize, Ns = 0, s, l; in DMPlexOrient() local
459 PetscCall(DMPlexGetSupportSize(dm, face, &supportSize)); in DMPlexOrient()
462 for (s = 0; s < supportSize; ++s) { in DMPlexOrient()
514 PetscInt supportSize; in DMPlexOrient() local
516 PetscCall(DMPlexGetSupportSize(dm, face, &supportSize)); in DMPlexOrient()
518 if (supportSize > 1) continue; in DMPlexOrient()