Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcheckinterface.c72 static PetscErrorCode SortByRemote_Private(PetscSF sf, PetscInt *rmine1[], PetscInt *rremote1[]) in SortByRemote_Private() argument
83 PetscCall(PetscMalloc2(nleaves, rmine1, nleaves, rremote1)); in SortByRemote_Private()
89 PetscCall(PetscArraycpy(&(*rmine1)[o], &rmine[o], n)); in SortByRemote_Private()
91 PetscCall(PetscSortIntWithArray(n, &(*rremote1)[o], &(*rmine1)[o])); in SortByRemote_Private()
179 …PetscInt *rmine1, *rremote1; /* rmine and rremote copies simultaneously sorted by rank an… in DMPlexCheckInterfaceCones() local
205 PetscCall(SortByRemote_Private(sf, &rmine1, &rremote1)); in DMPlexCheckInterfaceCones()
206 PetscCall(GetRecursiveConeCoordinatesPerRank_Private(dm, sf, rmine1, &sntCoordinatesPerRank)); in DMPlexCheckInterfaceCones()
284 PetscCall(PetscFree2(rmine1, rremote1)); in DMPlexCheckInterfaceCones()
H A Dplexinterpolate.c774 static PetscErrorCode SortRmineRremoteByRemote_Private(PetscSF sf, PetscInt *rmine1[], PetscInt *rr… in SortRmineRremoteByRemote_Private() argument
785 PetscCall(PetscMalloc2(nleaves, rmine1, nleaves, rremote1)); in SortRmineRremoteByRemote_Private()
791 PetscCall(PetscArraycpy(&(*rmine1)[o], &rmine[o], n)); in SortRmineRremoteByRemote_Private()
793 PetscCall(PetscSortIntWithArray(n, &(*rremote1)[o], &(*rmine1)[o])); in SortRmineRremoteByRemote_Private()
805 …PetscInt *rmine1, *rremote1; /* rmine and rremote copies simultaneously sorted by rank an… in DMPlexOrientInterface_Internal() local
824 PetscCall(SortRmineRremoteByRemote_Private(sf, &rmine1, &rremote1)); in DMPlexOrientInterface_Internal()
912 mainCone[c] = rmine1[rS + ind0]; in DMPlexOrientInterface_Internal()
926 PetscCall(PetscFree2(rmine1, rremote1)); in DMPlexOrientInterface_Internal()