Home
last modified time | relevance | path

Searched refs:VecSetValuesBlockedLocal (Results 1 – 6 of 6) sorted by relevance

/petsc/doc/changes/
H A D2022.md123 …`VecSetBlockSize(), VecSetValuesBlocked(), VecSetValuesBlockedLocal(), Vec…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi106 …PetscErrorCode VecSetValuesBlockedLocal(PetscVec, PetscInt, const PetscInt[], const PetscScalar[],…
360 if blocked and local: setvalues = VecSetValuesBlockedLocal
H A DVec.pyx3032 setValuesBlocked, setValuesLocal, petsc.VecSetValuesBlockedLocal
/petsc/src/ksp/ksp/tutorials/
H A Dex71.c441 PetscCall(VecSetValuesBlockedLocal(lc, n / bs, idxs, a, INSERT_VALUES)); in main()
/petsc/include/
H A Dpetscvec.h530 PETSC_EXTERN PetscErrorCode VecSetValuesBlockedLocal(Vec, PetscInt, const PetscInt[], const PetscSc…
/petsc/src/vec/vec/interface/
H A Drvector.c1136 PetscErrorCode VecSetValuesBlockedLocal(Vec x, PetscInt ni, const PetscInt ix[], const PetscScalar … in VecSetValuesBlockedLocal() function