Searched refs:coneA (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexorient.c | 88 const PetscInt *supp, *coneA, *coneB, *coneOA, *coneOB; in DMPlexCheckFace_Internal() local 118 PetscCall(DMPlexGetCone(dm, supp[indS[0]], &coneA)); in DMPlexCheckFace_Internal() 123 const PetscInt indF = GetPointIndex(coneA[c], fStart, fEnd, faces); in DMPlexCheckFace_Internal() 128 faceFIFO[(*fBottom)++] = coneA[c]; in DMPlexCheckFace_Internal() 131 if (coneA[c] == face) posA = c; in DMPlexCheckFace_Internal() 132 …_FMT " was pushed exceeding capacity %" PetscInt_FMT " > %" PetscInt_FMT, coneA[c], *fBottom, fEnd… in DMPlexCheckFace_Internal() 145 …_FMT " was pushed exceeding capacity %" PetscInt_FMT " > %" PetscInt_FMT, coneA[c], *fBottom, fEnd… in DMPlexCheckFace_Internal() 170 const PetscInt *support, *coneA, *coneB, *coneOA, *coneOB; in DMPlexCheckFace_Old_Internal() local 188 PetscCall(DMPlexGetCone(dm, support[0], &coneA)); in DMPlexCheckFace_Old_Internal() 193 if (!PetscBTLookup(seenFaces, coneA[c] - fStart)) { in DMPlexCheckFace_Old_Internal() [all …]
|
| H A D | plextree.c | 85 const PetscInt *supp, *coneA, *coneB, *oA, *oB; in DMPlexReferenceTreeGetChildSymmetry_Default() local 104 PetscCall(DMPlexGetCone(dm, sA, &coneA)); in DMPlexReferenceTreeGetChildSymmetry_Default() 110 if (coneA[i] == childA) { in DMPlexReferenceTreeGetChildSymmetry_Default()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 1944 const PetscInt *supp, *coneA, *coneB, *oA, *oB; in DMReferenceTreeGetChildSymmetry_pforest() local 1963 PetscCall(DMPlexGetCone(dm, sA, &coneA)); in DMReferenceTreeGetChildSymmetry_pforest() 1969 if (coneA[i] == childA) { in DMReferenceTreeGetChildSymmetry_pforest()
|