Home
last modified time | relevance | path

Searched refs:VecStrideGather (Results 1 – 12 of 12) sorted by relevance

/petsc/src/vec/vec/tutorials/
H A Dex12.c45 PetscCall(VecStrideGather(v, 0, s, INSERT_VALUES)); in main()
H A Dex12f.F9032 PetscCallA(VecStrideGather(v, zero, s, INSERT_VALUES, ierr))
/petsc/doc/changes/
H A D216.md15 - Added VecStrideScale(), VecStrideGather(), VecStrideScatter()
H A D2024.md368 `VecStrideGather().`
/petsc/src/dm/impls/plex/tutorials/
H A Dex20.c114 PetscCall(VecStrideGather(coord, d, Vecxyz[d], INSERT_VALUES)); in main()
/petsc/src/ts/impls/implicit/irk/
H A Dirk.c512 PetscCall(VecStrideGather(ZC, (nstages - 1) * bs, Y[nstages - 1], INSERT_VALUES)); in SNESTSFormJacobian_IRK()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi164 PetscErrorCode VecStrideGather(PetscVec, PetscInt, PetscVec, PetscInsertMode)
H A DVec.pyx3274 CHKERR(VecStrideGather(self.vec, ival, vec.vec, caddv))
/petsc/include/
H A Dpetscvec.h350 PETSC_EXTERN PetscErrorCode VecStrideGather(Vec, PetscInt, Vec, InsertMode);
/petsc/src/vec/vec/utils/
H A Dvinv.c860 PetscErrorCode VecStrideGather(Vec v, PetscInt start, Vec s, InsertMode addv) in VecStrideGather() function
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c2494 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 Dex30.c1872 PetscCall(VecStrideGather(ellVecCellsF, C_FIELD_ID, ellVecCells, INSERT_VALUES)); in ResizeSetUp()