Searched refs:VecGhostGetLocalForm (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex9.c | 105 PetscCall(VecGhostGetLocalForm(gx, &lx)); in main() 133 PetscCall(VecGhostGetLocalForm(gx, &lx)); in main() 142 PetscCall(VecGhostGetLocalForm(gx, &lx)); in main()
|
| H A D | ex14f.F90 | 83 PetscCallA(VecGhostGetLocalForm(gx, lx, ierr))
|
| H A D | ex9f.F90 | 81 PetscCallA(VecGhostGetLocalForm(gx, lx, ierr))
|
| /petsc/src/dm/tests/ |
| H A D | ex30.c | 71 PetscCall(VecGhostGetLocalForm(x, &lf)); in main() 151 PetscCall(VecGhostGetLocalForm(b, &lf)); in main()
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | commonmpvec.c | 66 PetscErrorCode VecGhostGetLocalForm(Vec g, Vec *l) in VecGhostGetLocalForm() function
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbvec.cxx | 155 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 D | petscvec.pxi | 168 PetscErrorCode VecGhostGetLocalForm(PetscVec, PetscVec*) 605 CHKERR(VecGhostGetLocalForm(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 | 713 PETSC_EXTERN PetscErrorCode VecGhostGetLocalForm(Vec, Vec *);
|
| /petsc/doc/manual/ |
| H A D | vec.md | 1200 VecGhostGetLocalForm(Vec g,Vec *l); 1215 VecGhostGetLocalForm(Vec globalin, Vec *localin); 1216 VecGhostGetLocalForm(Vec globalout, Vec *localout);
|