Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tutorials/
H A Dex9.c105 PetscCall(VecGhostGetLocalForm(gx, &lx)); in main()
133 PetscCall(VecGhostGetLocalForm(gx, &lx)); in main()
142 PetscCall(VecGhostGetLocalForm(gx, &lx)); in main()
H A Dex14f.F9083 PetscCallA(VecGhostGetLocalForm(gx, lx, ierr))
H A Dex9f.F9081 PetscCallA(VecGhostGetLocalForm(gx, lx, ierr))
/petsc/src/dm/tests/
H A Dex30.c71 PetscCall(VecGhostGetLocalForm(x, &lf)); in main()
151 PetscCall(VecGhostGetLocalForm(b, &lf)); in main()
/petsc/src/vec/vec/impls/mpi/
H A Dcommonmpvec.c66 PetscErrorCode VecGhostGetLocalForm(Vec g, Vec *l) in VecGhostGetLocalForm() function
/petsc/src/dm/impls/moab/
H A Ddmmbvec.cxx155 PetscCall(VecGhostGetLocalForm(vmoab->local, &xmoab->local)); in DMMoabVecGetArray()
316 PetscCall(VecGhostGetLocalForm(vmoab->local, &xmoab->local)); in DMMoabVecGetArrayRead()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi168 PetscErrorCode VecGhostGetLocalForm(PetscVec, PetscVec*)
605 CHKERR(VecGhostGetLocalForm(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.h713 PETSC_EXTERN PetscErrorCode VecGhostGetLocalForm(Vec, Vec *);
/petsc/doc/manual/
H A Dvec.md1200 VecGhostGetLocalForm(Vec g,Vec *l);
1215 VecGhostGetLocalForm(Vec globalin, Vec *localin);
1216 VecGhostGetLocalForm(Vec globalout, Vec *localout);