Home
last modified time | relevance | path

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

/petsc/src/dm/impls/network/
H A Dnetwork.c1980 PetscInt *local_points, *remote_points; in PetscSFGetSubSF() local
1995 PetscCall(PetscMalloc2(nroots, &local_points, nroots, &remote_points)); in PetscSFGetSubSF()
1998 PetscCall(PetscSFBcastBegin(mainsf, MPIU_INT, local_points, remote_points, MPI_REPLACE)); in PetscSFGetSubSF()
1999 PetscCall(PetscSFBcastEnd(mainsf, MPIU_INT, local_points, remote_points, MPI_REPLACE)); in PetscSFGetSubSF()
2008 iremote_sub[nleaves_sub].index = remote_points[ilocal[i]]; in PetscSFGetSubSF()
2012 PetscCall(PetscFree2(local_points, remote_points)); in PetscSFGetSubSF()