Searched refs:rremote1 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexcheckinterface.c | 72 static PetscErrorCode SortByRemote_Private(PetscSF sf, PetscInt *rmine1[], PetscInt *rremote1[]) in SortByRemote_Private() argument 83 PetscCall(PetscMalloc2(nleaves, rmine1, nleaves, rremote1)); in SortByRemote_Private() 90 PetscCall(PetscArraycpy(&(*rremote1)[o], &rremote[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() 284 PetscCall(PetscFree2(rmine1, rremote1)); in DMPlexCheckInterfaceCones()
|
| H A D | plexinterpolate.c | 774 …tscErrorCode SortRmineRremoteByRemote_Private(PetscSF sf, PetscInt *rmine1[], PetscInt *rremote1[]) in SortRmineRremoteByRemote_Private() argument 785 PetscCall(PetscMalloc2(nleaves, rmine1, nleaves, rremote1)); in SortRmineRremoteByRemote_Private() 792 PetscCall(PetscArraycpy(&(*rremote1)[o], &rremote[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() 909 PetscCall(PetscFindInt(leaves[p][c], rN, &rremote1[rS], &ind0)); in DMPlexOrientInterface_Internal() 926 PetscCall(PetscFree2(rmine1, rremote1)); in DMPlexOrientInterface_Internal()
|