Home
last modified time | relevance | path

Searched refs:blockidx (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/sell/seq/
H A Dsell.h54 PetscInt *blockidx; /* block index, CUDA only */ \
/petsc/src/dm/impls/plex/
H A Dplexcreate.c4172 PetscInt blockidx = vertRaw / 56; in DMPlexCreateTPSMesh_Internal() local
4174 PetscInt xplus = (blockidx & 1); in DMPlexCreateTPSMesh_Internal()
4175 PetscInt yplus = (blockidx & 2) >> 1; in DMPlexCreateTPSMesh_Internal()
4176 PetscInt zplus = (blockidx & 4) >> 2; in DMPlexCreateTPSMesh_Internal()