Searched refs:VecCreateGhost (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex9f.F90 | 71 PetscCallA(VecCreateGhost(PETSC_COMM_WORLD, nlocal, PETSC_DECIDE, nghost, ifrom, gxs, ierr))
|
| H A D | ex9.c | 81 PetscCall(VecCreateGhost(PETSC_COMM_WORLD, nlocal, PETSC_DECIDE, nghost, ifrom, &gxs)); in main()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex42.c | 47 PetscCall(VecCreateGhost(PETSC_COMM_WORLD, 2, PETSC_DECIDE, PetscMin(nghost, 2), gIdx, &x)); in main()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | fdmpiaij.c | 453 …PetscCall(VecCreateGhost(PetscObjectComm((PetscObject)mat), mat->cmap->n, PETSC_DETERMINE, B->cmap… in MatFDColoringSetUp_MPIXAIJ() 479 …PetscCall(VecCreateGhost(PetscObjectComm((PetscObject)mat), mat->cmap->n, PETSC_DETERMINE, B->cmap… in MatFDColoringSetUp_MPIXAIJ() 504 …PetscCall(VecCreateGhost(PetscObjectComm((PetscObject)mat), mat->cmap->n, PETSC_DETERMINE, B->cmap… in MatFDColoringSetUp_MPIXAIJ()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | fdaij.c | 297 …PetscCall(VecCreateGhost(PetscObjectComm((PetscObject)mat), mat->rmap->n, PETSC_DETERMINE, 0, NULL… in MatFDColoringSetUp_SeqXAIJ()
|
| /petsc/doc/changes/ |
| H A D | 2017.md | 107 - Added the routine VecCreateGhost() to create vectors that have
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvec.pxi | 48 PetscErrorCode VecCreateGhost(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt[], PetscVec*)
|
| H A D | Vec.pyx | 842 createGhostWithArray, petsc.VecCreateGhost, petsc.VecCreateGhostBlock 853 CHKERR(VecCreateGhost(
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pbvec.c | 846 PetscErrorCode VecCreateGhost(MPI_Comm comm, PetscInt n, PetscInt N, PetscInt nghost, const PetscIn… in VecCreateGhost() function
|
| /petsc/include/ |
| H A D | petscvec.h | 708 PETSC_EXTERN PetscErrorCode VecCreateGhost(MPI_Comm, PetscInt, PetscInt, PetscInt, const PetscInt[]…
|
| /petsc/doc/manual/ |
| H A D | vec.md | 1178 VecCreateGhost(MPI_Comm comm, PetscInt n, PetscInt N, PetscInt nghost, PetscInt *ghosts, Vec *vv)
|