Home
last modified time | relevance | path

Searched defs:nelems (Results 1 – 3 of 3) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/nvshmem/
H A Dsfnvshmem.cu333 PetscInt nelems = (dstdisp[bid + 1] - dstdisp[bid]) * unitbytes; in GetDataFromRemotelyAccessible() local
424 size_t nelems = (dstdisp_h[i + 1] - dstdisp_h[i]) * link->unitbytes; in PetscSFLinkGetDataBegin_NVSHMEM() local
494 PetscInt nelems = (srcdisp[bid + 1] - srcdisp[bid]) * unitbytes; in WaitAndPutDataToRemotelyAccessible() local
575 size_t nelems = (srcdisp_h[i + 1] - srcdisp_h[i]) * link->unitbytes; in PetscSFLinkPutDataBegin_NVSHMEM() local
/petsc/src/dm/impls/moab/
H A Ddmmbutil.cxx259 PetscInt nelems = ntensorelems; in DMMoab_GenerateElements_Private() local
341 …t dim, PetscBool simplex, PetscInt rank, PetscInt nprocs, const PetscReal *bounds, PetscInt nelems) in DMMBUtil_InitializeOptions()
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1055 PetscInt nelems, *elems, off = 0, p; in DMPlexClosurePoints_Private() local