Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tutorials/
H A Dex9.c128 PetscCall(VecGhostRestoreLocalForm(gx, &lx)); in main()
137 PetscCall(VecGhostRestoreLocalForm(gx, &lx)); in main()
148 PetscCall(VecGhostRestoreLocalForm(gx, &lx)); in main()
H A Dex14f.F90107 PetscCallA(VecGhostRestoreLocalForm(gx, lx, ierr))
H A Dex9f.F90105 PetscCallA(VecGhostRestoreLocalForm(gx, lx, ierr))
/petsc/src/dm/tests/
H A Dex30.c138 PetscCall(VecGhostRestoreLocalForm(x, &lf)); in main()
154 PetscCall(VecGhostRestoreLocalForm(b, &lf)); in main()
/petsc/src/vec/vec/impls/mpi/
H A Dcommonmpvec.c138 PetscErrorCode VecGhostRestoreLocalForm(Vec g, Vec *l) in VecGhostRestoreLocalForm() function
/petsc/src/dm/impls/moab/
H A Ddmmbvec.cxx233 PetscCall(VecGhostRestoreLocalForm(vmoab->local, &xmoab->local)); in DMMoabVecRestoreArray()
384 PetscCall(VecGhostRestoreLocalForm(vmoab->local, &xmoab->local)); in DMMoabVecRestoreArrayRead()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi169 PetscErrorCode VecGhostRestoreLocalForm(PetscVec, PetscVec*)
610 CHKERR(VecGhostRestoreLocalForm(gvec, &self.lvec.vec))
H A DVec.pyx3306 petsc.VecGhostGetLocalForm, petsc.VecGhostRestoreLocalForm
/petsc/doc/changes/
H A D34.md97 VecGhostGetLocalForm()/VecGhostRestoreLocalForm() are logically
H A D2024.md175 `VecGhostGetLocalForm()` and `VecGhostRestoreLocalForm()`,
/petsc/include/
H A Dpetscvec.h714 PETSC_EXTERN PetscErrorCode VecGhostRestoreLocalForm(Vec, Vec *);
/petsc/doc/manual/
H A Dvec.md1218 VecGhostRestoreLocalForm(Vec globalin, Vec *localin);
1219 VecGhostRestoreLocalForm(Vec globalout, Vec *localout);