Searched refs:VecCreateGhostWithArray (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex9f.F90 | 69 …PetscCallA(VecCreateGhostWithArray(PETSC_COMM_WORLD, nlocal, PETSC_DECIDE, nghost, ifrom, tarray, …
|
| H A D | ex9.c | 74 …PetscCall(VecCreateGhostWithArray(PETSC_COMM_WORLD, nlocal, PETSC_DECIDE, nghost, ifrom, tarray, &… in main()
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pbvec.c | 755 PetscErrorCode VecCreateGhostWithArray(MPI_Comm comm, PetscInt n, PetscInt N, PetscInt nghost, cons… in VecCreateGhostWithArray() function 849 PetscCall(VecCreateGhostWithArray(comm, n, N, nghost, ghosts, NULL, vv)); in VecCreateGhost()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvec.pxi | 49 …PetscErrorCode VecCreateGhostWithArray(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt[], PetscSc…
|
| H A D | Vec.pyx | 888 createGhost, petsc.VecCreateGhostWithArray 909 CHKERR(VecCreateGhostWithArray(
|
| /petsc/include/ |
| H A D | petscvec.h | 709 PETSC_EXTERN PetscErrorCode VecCreateGhostWithArray(MPI_Comm, PetscInt, PetscInt, PetscInt, const P…
|
| /petsc/doc/manual/ |
| H A D | vec.md | 1184 VecCreateGhostWithArray(MPI_Comm comm, PetscInt n, PetscInt N, PetscInt nghost, PetscInt *ghosts, P…
|