Home
last modified time | relevance | path

Searched defs:ghosts (Results 1 – 10 of 10) sorted by relevance

/petsc/src/dm/impls/sliced/
H A Dsliced.c11 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 Dpbvec.c755 …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 Dex30.c11 …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 Dpforest.h3155 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 Dzmatrixf90.c106 const PetscInt *ghosts; in matgetghosts_() local
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c682 static PetscErrorCode MatGetGhosts_MPISELL(Mat mat, PetscInt *nghosts, const PetscInt *ghosts[]) in MatGetGhosts_MPISELL()
/petsc/src/dm/impls/plex/
H A Dplexsfc.c1274 PetscSFNode *ghosts; in DMPlexCreateBoxMesh_Tensor_SFC_Internal() local
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c2076 static PetscErrorCode MatGetGhosts_MPIBAIJ(Mat mat, PetscInt *nghosts, const PetscInt *ghosts[]) in MatGetGhosts_MPIBAIJ()
/petsc/src/mat/interface/
H A Dmatrix.c469 PetscErrorCode MatGetGhosts(Mat mat, PetscInt *nghosts, const PetscInt *ghosts[]) in MatGetGhosts()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c1602 static PetscErrorCode MatGetGhosts_MPIAIJ(Mat mat, PetscInt *nghosts, const PetscInt *ghosts[]) in MatGetGhosts_MPIAIJ()