| /petsc/src/dm/impls/sliced/ |
| H A D | sliced.c | 11 PetscInt bs, n, N, Nghosts, *ghosts; member 85 …e DMSlicedSetGhosts(DM dm, PetscInt bs, PetscInt nlocal, PetscInt Nghosts, const PetscInt ghosts[]) in DMSlicedSetGhosts() 301 …e(MPI_Comm comm, PetscInt bs, PetscInt nlocal, PetscInt Nghosts, const PetscInt ghosts[], const Pe… in DMSlicedCreate()
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pbvec.c | 755 …ithArray(MPI_Comm comm, PetscInt n, PetscInt N, PetscInt nghost, const PetscInt ghosts[], const Pe… in VecCreateGhostWithArray() 846 …eateGhost(MPI_Comm comm, PetscInt n, PetscInt N, PetscInt nghost, const PetscInt ghosts[], Vec *vv) in VecCreateGhost() 878 PetscErrorCode VecMPISetGhost(Vec vv, PetscInt nghost, const PetscInt ghosts[]) in VecMPISetGhost() 953 …Comm comm, PetscInt bs, PetscInt n, PetscInt N, PetscInt nghost, const PetscInt ghosts[], const Pe… in VecCreateGhostBlockWithArray() 1035 …_Comm comm, PetscInt bs, PetscInt n, PetscInt N, PetscInt nghost, const PetscInt ghosts[], Vec *vv) in VecCreateGhostBlock()
|
| /petsc/src/dm/tests/ |
| H A D | ex30.c | 11 …PetscInt i, bs = 1, N = 5, n, m, rstart, ghosts[2], *d_nnz, *o_nnz, dfill[4] = {1, 0, 0, 1}, o… in main() local
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 3155 p4est_quadrant_t *ghosts = (p4est_quadrant_t *)pforest->ghost->ghosts.array; in DMPforestLabelsInitialize() local 3756 p4est_quadrant_t *ghosts = (p4est_quadrant_t *)pforest->ghost->ghosts.array; in DMPforestMapCoordinates() local 3770 p4est_quadrant_t *ghosts = (p4est_quadrant_t *)pforest->ghost->ghosts.array; in DMPforestMapCoordinates() local 3793 p4est_quadrant_t *ghosts = (p4est_quadrant_t *)pforest->ghost->ghosts.array; in DMPforestMapCoordinates() local 3816 p4est_quadrant_t *ghosts = (p4est_quadrant_t *)pforest->ghost->ghosts.array; in DMPforestMapCoordinates() local 3985 p4est_quadrant_t *ghosts = (p4est_quadrant_t *)pforest->ghost->ghosts.array; in DMPforestLocalizeCoordinates() local 4012 p4est_quadrant_t *ghosts = (p4est_quadrant_t *)pforest->ghost->ghosts.array; in DMPforestLocalizeCoordinates() local 4044 p4est_quadrant_t *ghosts = (p4est_quadrant_t *)pforest->ghost->ghosts.array; in DMPforestLocalizeCoordinates() local 4071 p4est_quadrant_t *ghosts = (p4est_quadrant_t *)pforest->ghost->ghosts.array; in DMPforestLocalizeCoordinates() local
|
| /petsc/src/mat/interface/ftn-custom/ |
| H A D | zmatrixf90.c | 106 const PetscInt *ghosts; in matgetghosts_() local
|
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mpisell.c | 682 static PetscErrorCode MatGetGhosts_MPISELL(Mat mat, PetscInt *nghosts, const PetscInt *ghosts[]) in MatGetGhosts_MPISELL()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 1274 PetscSFNode *ghosts; in DMPlexCreateBoxMesh_Tensor_SFC_Internal() local
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 2076 static PetscErrorCode MatGetGhosts_MPIBAIJ(Mat mat, PetscInt *nghosts, const PetscInt *ghosts[]) in MatGetGhosts_MPIBAIJ()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 469 PetscErrorCode MatGetGhosts(Mat mat, PetscInt *nghosts, const PetscInt *ghosts[]) in MatGetGhosts()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 1602 static PetscErrorCode MatGetGhosts_MPIAIJ(Mat mat, PetscInt *nghosts, const PetscInt *ghosts[]) in MatGetGhosts_MPIAIJ()
|