Searched refs:PetscLayoutFindOwnerIndex (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/vec/vec/utils/ ! |
| H A D | vscat.c | 898 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 D | pmap.c | 652 PetscErrorCode PetscLayoutFindOwnerIndex(PetscLayout map, PetscInt idx, PetscMPIInt *owner, PetscIn… in PetscLayoutFindOwnerIndex() function
|
| /petsc/include/ ! |
| H A D | petscis.h | 323 PETSC_EXTERN PetscErrorCode PetscLayoutFindOwnerIndex(PetscLayout, PetscInt, PetscMPIInt *, PetscIn…
|
| /petsc/doc/changes/ ! |
| H A D | 313.md | 10 - Change PetscLayoutFindOwner() and PetscLayoutFindOwnerIndex() to
|
| /petsc/src/mat/impls/aij/mpi/ ! |
| H A D | mpiptap.c | 1077 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 D | mpiaij.c | 5450 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 D | rosenbrock4.h | 274 PetscCall(PetscLayoutFindOwnerIndex(layout, i_end, &rank, &index)); in CreateVectors()
|
| /petsc/src/vec/is/sf/utils/ ! |
| H A D | sfutils.c | 50 PetscCall(PetscLayoutFindOwnerIndex(layout, gremote[i], &lr, &remote[i].index)); in PetscSFSetGraphLayout()
|
| /petsc/src/mat/impls/adj/mpi/ ! |
| H A D | mpiadj.c | 35 PetscCall(PetscLayoutFindOwnerIndex(rmap, irows_indices[i], &owner, &rlocalindex)); in MatCreateSubMatrix_MPIAdj_data()
|
| /petsc/src/vec/is/is/interface/ ! |
| H A D | index.c | 263 PetscCall(PetscLayoutFindOwnerIndex(is->map, comps_indices[i], &owner, &lidx)); in ISCreateSubIS()
|
| /petsc/src/mat/impls/nest/ ! |
| H A D | matnest.c | 2160 PetscCall(PetscLayoutFindOwnerIndex(A->rmap, row, &rowowner, &rowrel)); in MatConvert_Nest_AIJ()
|