Searched refs:VecGhostRestoreLocalForm (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex9.c | 128 PetscCall(VecGhostRestoreLocalForm(gx, &lx)); in main() 137 PetscCall(VecGhostRestoreLocalForm(gx, &lx)); in main() 148 PetscCall(VecGhostRestoreLocalForm(gx, &lx)); in main()
|
| H A D | ex14f.F90 | 107 PetscCallA(VecGhostRestoreLocalForm(gx, lx, ierr))
|
| H A D | ex9f.F90 | 105 PetscCallA(VecGhostRestoreLocalForm(gx, lx, ierr))
|
| /petsc/src/dm/tests/ |
| H A D | ex30.c | 138 PetscCall(VecGhostRestoreLocalForm(x, &lf)); in main() 154 PetscCall(VecGhostRestoreLocalForm(b, &lf)); in main()
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | commonmpvec.c | 138 PetscErrorCode VecGhostRestoreLocalForm(Vec g, Vec *l) in VecGhostRestoreLocalForm() function
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbvec.cxx | 233 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 D | petscvec.pxi | 169 PetscErrorCode VecGhostRestoreLocalForm(PetscVec, PetscVec*) 610 CHKERR(VecGhostRestoreLocalForm(gvec, &self.lvec.vec))
|
| H A D | Vec.pyx | 3306 petsc.VecGhostGetLocalForm, petsc.VecGhostRestoreLocalForm
|
| /petsc/doc/changes/ |
| H A D | 34.md | 97 VecGhostGetLocalForm()/VecGhostRestoreLocalForm() are logically
|
| H A D | 2024.md | 175 `VecGhostGetLocalForm()` and `VecGhostRestoreLocalForm()`,
|
| /petsc/include/ |
| H A D | petscvec.h | 714 PETSC_EXTERN PetscErrorCode VecGhostRestoreLocalForm(Vec, Vec *);
|
| /petsc/doc/manual/ |
| H A D | vec.md | 1218 VecGhostRestoreLocalForm(Vec globalin, Vec *localin); 1219 VecGhostRestoreLocalForm(Vec globalout, Vec *localout);
|