Searched refs:VecStrideGather (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex12.c | 45 PetscCall(VecStrideGather(v, 0, s, INSERT_VALUES)); in main()
|
| H A D | ex12f.F90 | 32 PetscCallA(VecStrideGather(v, zero, s, INSERT_VALUES, ierr))
|
| /petsc/doc/changes/ |
| H A D | 216.md | 15 - Added VecStrideScale(), VecStrideGather(), VecStrideScatter()
|
| H A D | 2024.md | 368 `VecStrideGather().`
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex20.c | 114 PetscCall(VecStrideGather(coord, d, Vecxyz[d], INSERT_VALUES)); in main()
|
| /petsc/src/ts/impls/implicit/irk/ |
| H A D | irk.c | 512 PetscCall(VecStrideGather(ZC, (nstages - 1) * bs, Y[nstages - 1], INSERT_VALUES)); in SNESTSFormJacobian_IRK()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvec.pxi | 164 PetscErrorCode VecStrideGather(PetscVec, PetscInt, PetscVec, PetscInsertMode)
|
| H A D | Vec.pyx | 3274 CHKERR(VecStrideGather(self.vec, ival, vec.vec, caddv))
|
| /petsc/include/ |
| H A D | petscvec.h | 350 PETSC_EXTERN PetscErrorCode VecStrideGather(Vec, PetscInt, Vec, InsertMode);
|
| /petsc/src/vec/vec/utils/ |
| H A D | vinv.c | 860 PetscErrorCode VecStrideGather(Vec v, PetscInt start, Vec s, InsertMode addv) in VecStrideGather() function
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 2494 PetscCall(VecStrideGather(Gsub, i, v1, INSERT_VALUES)); // this is not right -- TODO in DMPlexLandauPrintNorms() 2495 PetscCall(VecStrideGather(Mfsub, i, v2, INSERT_VALUES)); in DMPlexLandauPrintNorms()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex30.c | 1872 PetscCall(VecStrideGather(ellVecCellsF, C_FIELD_ID, ellVecCells, INSERT_VALUES)); in ResizeSetUp()
|