Searched refs:VecCreateGhostBlockWithArray (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex14f.F90 | 71 …PetscCallA(VecCreateGhostBlockWithArray(PETSC_COMM_WORLD, bs, nlocal, PETSC_DECIDE, nghost, ifrom,…
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pbvec.c | 953 PetscErrorCode VecCreateGhostBlockWithArray(MPI_Comm comm, PetscInt bs, PetscInt n, PetscInt N, Pet… in VecCreateGhostBlockWithArray() function 1038 PetscCall(VecCreateGhostBlockWithArray(comm, bs, n, N, nghost, ghosts, NULL, vv)); in VecCreateGhostBlock()
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbvec.cxx | 504 …PetscCall(VecCreateGhostBlockWithArray(((PetscObject)dm)->comm, dmmoab->bs, dmmoab->numFields * dm… in DMCreateVector_Moab_Private()
|
| /petsc/doc/changes/ |
| H A D | 32.md | 117 VecCreateGhostBlockWithArray() are now by block instead of by
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvec.pxi | 51 …PetscErrorCode VecCreateGhostBlockWithArray(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt, Pets…
|
| H A D | Vec.pyx | 889 petsc.VecCreateGhostBlockWithArray 912 CHKERR(VecCreateGhostBlockWithArray(
|
| /petsc/include/ |
| H A D | petscvec.h | 711 PETSC_EXTERN PetscErrorCode VecCreateGhostBlockWithArray(MPI_Comm, PetscInt, PetscInt, PetscInt, Pe…
|