Searched refs:faceComp (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexorient.c | 249 …m, IS cellIS, IS faceIS, PetscInt *Ncomp, PetscInt cellComp[], PetscInt faceComp[], PetscBT flippe… in DMPlexOrient_Serial() argument 299 if (PetscBTLookup(seenFaces, f)) faceComp[f] = *Ncomp; in DMPlexOrient_Serial() 349 PetscInt *faceFIFO, fTop, fBottom, *cellComp, *faceComp; in DMPlexOrient() local 382 …scCall(PetscCalloc3(fEnd - fStart, &faceFIFO, cEnd - cStart, &cellComp, fEnd - fStart, &faceComp)); in DMPlexOrient() 430 if (PetscBTLookup(seenFaces, face)) faceComp[face] = comp; in DMPlexOrient() 486 rorntComp[face].index = faceComp[face - fStart]; in DMPlexOrient() 507 …if ((face >= fStart) && (face < fEnd) && (faceComp[face - fStart] == comp) && rorntComp[face].rank… in DMPlexOrient() 696 PetscCall(PetscFree3(faceFIFO, cellComp, faceComp)); in DMPlexOrient() 751 PetscInt *cellComp, *faceComp; in DMPlexOrientCells_Internal() local 782 PetscCall(PetscCalloc2(cEnd - cStart, &cellComp, fEnd - fStart, &faceComp)); in DMPlexOrientCells_Internal() [all …]
|