Searched refs:VecCreateGhostBlock (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex14f.F90 | 73 …PetscCallA(VecCreateGhostBlock(PETSC_COMM_WORLD, bs, nlocal, PETSC_DECIDE, nghost, ifrom, gxs, ier…
|
| /petsc/src/dm/impls/sliced/ |
| H A D | sliced.c | 217 …PetscCall(VecCreateGhostBlock(PetscObjectComm((PetscObject)dm), slice->bs, slice->n * slice->bs, P… in DMCreateGlobalVector_Sliced()
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbvec.cxx | 479 …PetscCall(VecCreateGhostBlock(((PetscObject)dm)->comm, dmmoab->bs, dmmoab->numFields * dmmoab->nlo… in DMCreateVector_Moab_Private()
|
| /petsc/doc/changes/ |
| H A D | 32.md | 116 - The ghost indices for VecCreateGhostBlock() and
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvec.pxi | 50 …PetscErrorCode VecCreateGhostBlock(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt[], P…
|
| H A D | Vec.pyx | 842 createGhostWithArray, petsc.VecCreateGhost, petsc.VecCreateGhostBlock 856 CHKERR(VecCreateGhostBlock(
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pbvec.c | 1035 PetscErrorCode VecCreateGhostBlock(MPI_Comm comm, PetscInt bs, PetscInt n, PetscInt N, PetscInt ngh… in VecCreateGhostBlock() function
|
| /petsc/include/ |
| H A D | petscvec.h | 710 PETSC_EXTERN PetscErrorCode VecCreateGhostBlock(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt, c…
|