Searched refs:indS (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexorient.c | 90 PetscInt face, dim, indC[3], indS[3], seenA, flippedA, seenB, flippedB, mismatch; in DMPlexCheckFace_Internal() local 105 indS[Ns] = s; in DMPlexCheckFace_Internal() 116 PetscCall(DMPlexGetConeSize(dm, supp[indS[0]], &coneSizeA)); in DMPlexCheckFace_Internal() 117 PetscCall(DMPlexGetConeSize(dm, supp[indS[1]], &coneSizeB)); in DMPlexCheckFace_Internal() 118 PetscCall(DMPlexGetCone(dm, supp[indS[0]], &coneA)); in DMPlexCheckFace_Internal() 119 PetscCall(DMPlexGetCone(dm, supp[indS[1]], &coneB)); in DMPlexCheckFace_Internal() 120 PetscCall(DMPlexGetConeOrientation(dm, supp[indS[0]], &coneOA)); in DMPlexCheckFace_Internal() 121 PetscCall(DMPlexGetConeOrientation(dm, supp[indS[1]], &coneOB)); in DMPlexCheckFace_Internal() 134 …_WRONG, "Face %" PetscInt_FMT " could not be located in cell %" PetscInt_FMT, face, supp[indS[0]]); in DMPlexCheckFace_Internal() 147 …_WRONG, "Face %" PetscInt_FMT " could not be located in cell %" PetscInt_FMT, face, supp[indS[1]]); in DMPlexCheckFace_Internal() [all …]
|