Home
last modified time | relevance | path

Searched refs:VecRestoreLocalVector (Results 1 – 11 of 11) sorted by relevance

/petsc/src/vec/vec/tests/
H A Dex65.c52 PetscCall(VecRestoreLocalVector(global, local)); in main()
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmproducts.c309 PetscCall(VecRestoreLocalVector(dots->diagonal_global, dots->diagonal_local)); in LMProductsGetUpdatedDiagonal()
328 PetscCall(VecRestoreLocalVector(dots->diagonal_global, dots->diagonal_local)); in LMProductsRestoreLocalDiagonal()
420 if (x != b) PetscCall(VecRestoreLocalVector(x, dots->lhs_local)); in LMProductsSolve()
421 PetscCall(VecRestoreLocalVector(b, dots->rhs_local)); in LMProductsSolve()
520 PetscCall(VecRestoreLocalVector(dots->diagonal_global, dots->diagonal_local)); in LMProductsInsertNextDiagonalValue()
/petsc/src/mat/impls/lrc/
H A Dlrc.c81 PetscCall(VecRestoreLocalVector(y, yl)); in MatMult_LRC_kernel()
/petsc/src/ksp/ksp/guess/impls/pod/
H A Dpod.c211 PetscCall(VecRestoreLocalVector(x, pod->bsnap[pod->curr])); in KSPGuessFormGuess_POD()
/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.c963 PetscCall(VecRestoreLocalVector(lbfgs->rwork3, lbfgs->rwork3_local)); in MatMult_LMVMDBFGS()
1330 PetscCall(VecRestoreLocalVector(ldfp->rwork3, ldfp->rwork3_local)); in MatSolve_LMVMDDFP()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi67 PetscErrorCode VecRestoreLocalVector(PetscVec, PetscVec)
H A DVec.pyx1261 petsc.VecRestoreLocalVector
1267 CHKERR(VecRestoreLocalVector(self.vec, lvec.vec))
/petsc/include/
H A Dpetscvec.h575 PETSC_EXTERN PetscErrorCode VecRestoreLocalVector(Vec, Vec);
/petsc/src/vec/vec/impls/nest/
H A Dvecnest.c659 for (i = 0; i < bv->nb; i++) PetscCall(VecRestoreLocalVector(bv->v[i], bw->v[i])); in VecRestoreLocalVector_Nest()
/petsc/src/ksp/pc/impls/bjacobi/
H A Dbjacobi.c601 PetscCall(VecRestoreLocalVector(y, bjac->y)); in PCApply_BJacobi_Singleblock()
/petsc/src/vec/vec/interface/
H A Drvector.c1983 PetscErrorCode VecRestoreLocalVector(Vec v, Vec w) in VecRestoreLocalVector() function