Searched refs:VecRestoreLocalVector (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex65.c | 52 PetscCall(VecRestoreLocalVector(global, local)); in main()
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmproducts.c | 309 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 D | lrc.c | 81 PetscCall(VecRestoreLocalVector(y, yl)); in MatMult_LRC_kernel()
|
| /petsc/src/ksp/ksp/guess/impls/pod/ |
| H A D | pod.c | 211 PetscCall(VecRestoreLocalVector(x, pod->bsnap[pod->curr])); in KSPGuessFormGuess_POD()
|
| /petsc/src/ksp/ksp/utils/lmvm/dense/ |
| H A D | denseqn.c | 963 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 D | petscvec.pxi | 67 PetscErrorCode VecRestoreLocalVector(PetscVec, PetscVec)
|
| H A D | Vec.pyx | 1261 petsc.VecRestoreLocalVector 1267 CHKERR(VecRestoreLocalVector(self.vec, lvec.vec))
|
| /petsc/include/ |
| H A D | petscvec.h | 575 PETSC_EXTERN PetscErrorCode VecRestoreLocalVector(Vec, Vec);
|
| /petsc/src/vec/vec/impls/nest/ |
| H A D | vecnest.c | 659 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 D | bjacobi.c | 601 PetscCall(VecRestoreLocalVector(y, bjac->y)); in PCApply_BJacobi_Singleblock()
|
| /petsc/src/vec/vec/interface/ |
| H A D | rvector.c | 1983 PetscErrorCode VecRestoreLocalVector(Vec v, Vec w) in VecRestoreLocalVector() function
|