Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexorient.c68 static PetscInt GetPointIndex(PetscInt point, PetscInt pStart, PetscInt pEnd, const PetscInt points… in GetPointIndex() function
104 indC[Ns] = GetPointIndex(supp[s], cStart, cEnd, cells); in DMPlexCheckFace_Internal()
123 const PetscInt indF = GetPointIndex(coneA[c], fStart, fEnd, faces); in DMPlexCheckFace_Internal()
136 const PetscInt indF = GetPointIndex(coneB[c], fStart, fEnd, faces); in DMPlexCheckFace_Internal()
283 const PetscInt idx = GetPointIndex(cone[c], fStart, fEnd, faces); in DMPlexOrient_Serial()
835 ind = GetPointIndex(supp[s], cStart, cEnd, cells); in DMPlexOrientCells_Internal()
845 nind = GetPointIndex(neighbor, cStart, cEnd, cells); in DMPlexOrientCells_Internal()
859 rorntComp[face].index = faceComp[GetPointIndex(face, fStart, fEnd, faces)]; in DMPlexOrientCells_Internal()
881 find = GetPointIndex(face, fStart, fEnd, faces); in DMPlexOrientCells_Internal()
896 if (GetPointIndex(supp[s], cStart, cEnd, cells) >= 0) ++Ns; in DMPlexOrientCells_Internal()