Home
last modified time | relevance | path

Searched refs:VecCreateGhost (Results 1 – 11 of 11) sorted by relevance

/petsc/src/vec/vec/tutorials/
H A Dex9f.F9071 PetscCallA(VecCreateGhost(PETSC_COMM_WORLD, nlocal, PETSC_DECIDE, nghost, ifrom, gxs, ierr))
H A Dex9.c81 PetscCall(VecCreateGhost(PETSC_COMM_WORLD, nlocal, PETSC_DECIDE, nghost, ifrom, &gxs)); in main()
/petsc/src/snes/tutorials/
H A Dex42.c47 PetscCall(VecCreateGhost(PETSC_COMM_WORLD, 2, PETSC_DECIDE, PetscMin(nghost, 2), gIdx, &x)); in main()
/petsc/src/mat/impls/aij/mpi/
H A Dfdmpiaij.c453 …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 Dfdaij.c297 …PetscCall(VecCreateGhost(PetscObjectComm((PetscObject)mat), mat->rmap->n, PETSC_DETERMINE, 0, NULL… in MatFDColoringSetUp_SeqXAIJ()
/petsc/doc/changes/
H A D2017.md107 - Added the routine VecCreateGhost() to create vectors that have
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi48 PetscErrorCode VecCreateGhost(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt[], PetscVec*)
H A DVec.pyx842 createGhostWithArray, petsc.VecCreateGhost, petsc.VecCreateGhostBlock
853 CHKERR(VecCreateGhost(
/petsc/src/vec/vec/impls/mpi/
H A Dpbvec.c846 PetscErrorCode VecCreateGhost(MPI_Comm comm, PetscInt n, PetscInt N, PetscInt nghost, const PetscIn… in VecCreateGhost() function
/petsc/include/
H A Dpetscvec.h708 PETSC_EXTERN PetscErrorCode VecCreateGhost(MPI_Comm, PetscInt, PetscInt, PetscInt, const PetscInt[]…
/petsc/doc/manual/
H A Dvec.md1178 VecCreateGhost(MPI_Comm comm, PetscInt n, PetscInt N, PetscInt nghost, PetscInt *ghosts, Vec *vv)