Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/ !
H A Dvscat.c898 PetscCall(PetscLayoutFindOwnerIndex(ylayout,yindices[i],&iremote[i].rank,&iremote[i].index)); in VecScatterCreate()
927 …PetscCall(PetscLayoutFindOwnerIndex(xlayout,rootdata[2*i+1],&iremote[i].rank,&iremote[i].index)); … in VecScatterCreate()
1035 …PetscCall(PetscLayoutFindOwnerIndex(xlayout, rxindices[k], &rank, &iremote[k].index)); /* Convert … in VecScatterCreate()
1055 PetscCall(PetscLayoutFindOwnerIndex(xlayout, xindices[i], &rank, &iremote[i].index)); in VecScatterCreate()
/petsc/src/vec/is/utils/ !
H A Dpmap.c652 PetscErrorCode PetscLayoutFindOwnerIndex(PetscLayout map, PetscInt idx, PetscMPIInt *owner, PetscIn… in PetscLayoutFindOwnerIndex() function
/petsc/include/ !
H A Dpetscis.h323 PETSC_EXTERN PetscErrorCode PetscLayoutFindOwnerIndex(PetscLayout, PetscInt, PetscMPIInt *, PetscIn…
/petsc/doc/changes/ !
H A D313.md10 - Change PetscLayoutFindOwner() and PetscLayoutFindOwnerIndex() to
/petsc/src/mat/impls/aij/mpi/ !
H A Dmpiptap.c1077 PetscCall(PetscLayoutFindOwnerIndex(P->cmap, p->garray[ii], &owner, &lidx)); in MatPtAPSymbolic_MPIAIJ_MPIXAIJ_allatonce()
1128 PetscCall(PetscLayoutFindOwnerIndex(P->cmap, p->garray[ii], &owner, NULL)); in MatPtAPSymbolic_MPIAIJ_MPIXAIJ_allatonce()
1369 PetscCall(PetscLayoutFindOwnerIndex(P->cmap, p->garray[ii], &owner, &lidx)); in MatPtAPSymbolic_MPIAIJ_MPIXAIJ_allatonce_merged()
1420 PetscCall(PetscLayoutFindOwnerIndex(P->cmap, p->garray[ii], &owner, NULL)); in MatPtAPSymbolic_MPIAIJ_MPIXAIJ_allatonce_merged()
H A Dmpiaij.c5450 PetscCall(PetscLayoutFindOwnerIndex(P->rmap, lrowindices[i], &owner, &lidx)); in MatCreateSeqSubMatrixWithRows_Private()
5518 PetscCall(PetscLayoutFindOwnerIndex(P->rmap, lrowindices[i], &owner, NULL)); in MatCreateSeqSubMatrixWithRows_Private()
/petsc/src/tao/unconstrained/tutorials/ !
H A Drosenbrock4.h274 PetscCall(PetscLayoutFindOwnerIndex(layout, i_end, &rank, &index)); in CreateVectors()
/petsc/src/vec/is/sf/utils/ !
H A Dsfutils.c50 PetscCall(PetscLayoutFindOwnerIndex(layout, gremote[i], &lr, &remote[i].index)); in PetscSFSetGraphLayout()
/petsc/src/mat/impls/adj/mpi/ !
H A Dmpiadj.c35 PetscCall(PetscLayoutFindOwnerIndex(rmap, irows_indices[i], &owner, &rlocalindex)); in MatCreateSubMatrix_MPIAdj_data()
/petsc/src/vec/is/is/interface/ !
H A Dindex.c263 PetscCall(PetscLayoutFindOwnerIndex(is->map, comps_indices[i], &owner, &lidx)); in ISCreateSubIS()
/petsc/src/mat/impls/nest/ !
H A Dmatnest.c2160 PetscCall(PetscLayoutFindOwnerIndex(A->rmap, row, &rowowner, &rowrel)); in MatConvert_Nest_AIJ()