Searched refs:VecScatterRemap (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/vec/is/sf/tests/output/ |
| H A D | ex15_1.out | 1 Before VecScatterRemap on PtoP, MPI vector y is: 134 After VecScatterRemap on PtoP, MPI vector y is: 268 Before VecScatterRemap on SGToSG, SEQ vector y is: 335 After VecScatterRemap on SGToSG, SEQ vector y is: 403 Before VecScatterRemap on SGToSS_Stride1, SEQ vector y is: 438 After VecScatterRemap on SGToSS_Stride1, SEQ vector y is:
|
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex15.c | 85 PetscCall(VecScatterRemap(vscat, tomap, NULL)); in main() 143 PetscCall(VecScatterRemap(vscat, tomap, NULL)); in main() 203 PetscCall(VecScatterRemap(vscat, tomap, NULL)); in main()
|
| /petsc/src/dm/impls/da/ |
| H A D | daltol.c | 60 PetscCall(VecScatterRemap(dd->ltol, idx, NULL)); in DMLocalToLocalCreate_DA()
|
| /petsc/src/dm/impls/stag/ |
| H A D | stag1d.c | 515 PetscCall(VecScatterRemap(stag->ltol, idxRemap, NULL)); in DMStagPopulateLocalToLocal1d_Internal()
|
| H A D | stag2d.c | 1296 PetscCall(VecScatterRemap(stag->ltol, idxRemap, NULL)); in DMStagPopulateLocalToLocal2d_Internal()
|
| H A D | stag3d.c | 3388 PetscCall(VecScatterRemap(stag->ltol, idxRemap, NULL)); in DMStagPopulateLocalToLocal3d_Internal()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vscat.c | 579 PetscErrorCode VecScatterRemap(VecScatter sf, PetscInt tomap[], PetscInt frommap[]) in VecScatterRemap() function
|
| /petsc/include/ |
| H A D | petscvec.h | 418 PETSC_EXTERN PetscErrorCode VecScatterRemap(VecScatter, PetscInt[], PetscInt[]);
|