Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tutorials/
H A Dex16.c60 PetscCall(VecStrideScatterAll(vecs, v, ADD_VALUES)); in main()
H A Dex16f.F9054 PetscCallA(VecStrideScatterAll(vecs, v, ADD_VALUES, ierr))
/petsc/src/dm/tests/
H A Dex28.c156 …PetscCall(VecStrideScatterAll(yysplit, yy, INSERT_VALUES)); /*YES! 'Scatter' means 'collect' (or m… in main()
158 …PetscCall(VecStrideScatterAll(zzsplit, zz, INSERT_VALUES)); /*YES! 'Scatter' means 'collect' (or m… in main()
/petsc/src/snes/tutorials/
H A Dex7.c352 PetscCall(VecStrideScatterAll(pComp, p, INSERT_VALUES)); in ComputeFFT()
503 PetscCall(VecStrideScatterAll(etaComp, etaHat, INSERT_VALUES)); in TestFreeField()
/petsc/src/ts/impls/implicit/irk/
H A Dirk.c480 PetscCall(VecStrideScatterAll(YdotI, FC, INSERT_VALUES)); in SNESTSFormFunction_IRK()
/petsc/include/
H A Dpetscvec.h353 PETSC_EXTERN PetscErrorCode VecStrideScatterAll(Vec[], Vec, InsertMode);
/petsc/src/vec/vec/utils/
H A Dvinv.c766 PetscErrorCode VecStrideScatterAll(Vec s[], Vec v, InsertMode addv) in VecStrideScatterAll() function
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c1703 PetscCall(VecStrideScatterAll(jac->y, y, INSERT_VALUES)); in PCApply_FieldSplit()
2011 PetscCall(VecStrideScatterAll(jac->y, y, INSERT_VALUES)); in PCApplyTranspose_FieldSplit()