Lines Matching refs:lorntComp

344   PetscSFNode       *rorntComp = NULL, *lorntComp = NULL;  in DMPlexOrient()  local
454 … PetscCall(PetscCalloc3(numRoots, &rorntComp, numRoots, &lorntComp, maxSupportSize, &locSupport)); in DMPlexOrient()
489 PetscCall(PetscSFBcastBegin(sf, MPIU_SF_NODE, rorntComp, lorntComp, MPI_REPLACE)); in DMPlexOrient()
490 PetscCall(PetscSFBcastEnd(sf, MPIU_SF_NODE, rorntComp, lorntComp, MPI_REPLACE)); in DMPlexOrient()
509 const PetscInt rcomp = lorntComp[face].index; in DMPlexOrient()
512 …if ((rrank == rpoints[neighbors[comp][n]].rank) && (rcomp == lorntComp[lpoints[neighbors[comp][n]]… in DMPlexOrient()
521 rpoints[l].index, rrank, rcomp, lorntComp[face].rank)); in DMPlexOrient()
536 const PetscInt o = rorntComp[face].rank * lorntComp[face].rank; in DMPlexOrient()
540 …T ") neighbor: %" PetscInt_FMT " comp: %d", face, rorntComp[face].rank, lorntComp[face].rank, neig… in DMPlexOrient()
542 …nrankComp[off].index = lorntComp[lpoints ? lpoints[neighbors[comp][n]] : neighbors[comp][n]].index; in DMPlexOrient()
695 PetscCall(PetscFree3(rorntComp, lorntComp, locSupport)); in DMPlexOrient()
746 PetscSFNode *rorntComp = NULL, *lorntComp = NULL; in DMPlexOrientCells_Internal() local
823 PetscCall(PetscCalloc3(numRoots, &rorntComp, numRoots, &lorntComp, maxSuppSize, &locSupp)); in DMPlexOrientCells_Internal()
862 PetscCall(PetscSFBcastBegin(sf, MPIU_SF_NODE, rorntComp, lorntComp, MPI_REPLACE)); in DMPlexOrientCells_Internal()
863 PetscCall(PetscSFBcastEnd(sf, MPIU_SF_NODE, rorntComp, lorntComp, MPI_REPLACE)); in DMPlexOrientCells_Internal()
884 const PetscInt rcomp = lorntComp[face].index; in DMPlexOrientCells_Internal()
887 …if ((rrank == rpoints[neighbors[comp][n]].rank) && (rcomp == lorntComp[lpoints[neighbors[comp][n]]… in DMPlexOrientCells_Internal()
901 rpoints[l].index, rrank, rcomp, lorntComp[face].rank)); in DMPlexOrientCells_Internal()
914 const PetscInt o = rorntComp[face].rank * lorntComp[face].rank; in DMPlexOrientCells_Internal()
919 …r: %" PetscInt_FMT " comp: %" PetscInt_FMT, face, rorntComp[face].rank, lorntComp[face].rank, neig… in DMPlexOrientCells_Internal()
921 nrankComp[off].index = lorntComp[lpoints[neighbors[comp][n]]].index; in DMPlexOrientCells_Internal()
1110 PetscCall(PetscFree3(rorntComp, lorntComp, locSupp)); in DMPlexOrientCells_Internal()