Home
last modified time | relevance | path

Searched defs:nghost (Results 1 – 11 of 11) sorted by relevance

/petsc/src/vec/vec/impls/mpi/ !
H A Dpbvec.c432 PetscInt *indices, n, nghost, rstart, i; in VecGetLocalToGlobalMapping_MPI_VecGhost() local
556 PetscErrorCode VecCreate_MPI_Private(Vec v, PetscBool alloc, PetscInt nghost, const PetscScalar arr… in VecCreate_MPI_Private()
755 PetscErrorCode VecCreateGhostWithArray(MPI_Comm comm, PetscInt n, PetscInt N, PetscInt nghost, cons… in VecCreateGhostWithArray()
846 PetscErrorCode VecCreateGhost(MPI_Comm comm, PetscInt n, PetscInt N, PetscInt nghost, const PetscIn… in VecCreateGhost()
878 PetscErrorCode VecMPISetGhost(Vec vv, PetscInt nghost, const PetscInt ghosts[]) in VecMPISetGhost()
953 …stBlockWithArray(MPI_Comm comm, PetscInt bs, PetscInt n, PetscInt N, PetscInt nghost, const PetscI… in VecCreateGhostBlockWithArray()
1035 …CreateGhostBlock(MPI_Comm comm, PetscInt bs, PetscInt n, PetscInt N, PetscInt nghost, const PetscI… in VecCreateGhostBlock()
H A Dpvecimpl.h22 PetscInt nghost; /* number of ghost points on this process */ member
/petsc/src/vec/vec/tutorials/ !
H A Dex9.c22 PetscInt nlocal = 6, nghost = 2, ifrom[2], i, rstart, rend; in main() local
/petsc/src/snes/tutorials/ !
H A Dex42.c44 PetscInt nghost = 2; in main() local
/petsc/src/vec/vec/impls/mpi/cupm/ !
H A Dvecmpicupm_impl.hpp61 …PI_CUPM<T>::VecCreate_IMPL_Private_(Vec v, PetscBool *alloc_missing, PetscInt nghost, PetscScalar … in VecCreate_IMPL_Private_()
74 …MPICUPM_(Vec v, PetscDeviceContext dctx, PetscBool allocate_missing, PetscInt nghost, PetscScalar … in CreateMPICUPM_()
120 const auto nghost = vimpl->nghost; in Duplicate() local
/petsc/src/dm/impls/composite/ !
H A Dpackimpl.h25 …PetscInt nghost; /* number of all local entries (includes DMDA ghost points) … member
/petsc/src/dm/impls/moab/tests/ !
H A Dex3.cxx15 PetscInt nghost; /* Number of ghost layers in the mesh */ member
/petsc/src/dm/impls/moab/ !
H A Ddmmbutil.cxx499 …etscInt dim, PetscBool useSimplex, const PetscReal *bounds, PetscInt nele, PetscInt nghost, DM *dm) in DMMoabCreateBoxMesh()
785 …adOptions_Private(PetscBool by_rank, PetscInt numproc, PetscInt dim, PetscInt nghost, MoabReadMode… in DMMoab_GetReadOptions_Private()
834 PetscErrorCode DMMoabLoadFromFile(MPI_Comm comm, PetscInt dim, PetscInt nghost, const char *filenam… in DMMoabLoadFromFile()
/petsc/src/vec/vec/impls/mpi/mpiviennacl/ !
H A Dmpiviennacl.cxx360 PetscErrorCode VecCreate_MPIViennaCL_Private(Vec vv, PetscBool alloc, PetscInt nghost, const Vienna… in VecCreate_MPIViennaCL_Private()
/petsc/include/petsc/private/ !
H A Ddmmbimpl.h44 …PetscInt n, nloc, nghost; /* Number of global, local only and shared vertices for curren… member
H A Dveccupmimpl.h520 …MBase<T, D>::VecCreate_IMPL_Private(Vec v, PetscBool *alloc_missing, PetscInt nghost, PetscScalar … in VecCreate_IMPL_Private()