Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/tests/output/
H A Dex15_1.out1 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 Dex15.c85 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 Ddaltol.c60 PetscCall(VecScatterRemap(dd->ltol, idx, NULL)); in DMLocalToLocalCreate_DA()
/petsc/src/dm/impls/stag/
H A Dstag1d.c515 PetscCall(VecScatterRemap(stag->ltol, idxRemap, NULL)); in DMStagPopulateLocalToLocal1d_Internal()
H A Dstag2d.c1296 PetscCall(VecScatterRemap(stag->ltol, idxRemap, NULL)); in DMStagPopulateLocalToLocal2d_Internal()
H A Dstag3d.c3388 PetscCall(VecScatterRemap(stag->ltol, idxRemap, NULL)); in DMStagPopulateLocalToLocal3d_Internal()
/petsc/src/vec/vec/utils/
H A Dvscat.c579 PetscErrorCode VecScatterRemap(VecScatter sf, PetscInt tomap[], PetscInt frommap[]) in VecScatterRemap() function
/petsc/include/
H A Dpetscvec.h418 PETSC_EXTERN PetscErrorCode VecScatterRemap(VecScatter, PetscInt[], PetscInt[]);