Searched refs:blockidx (Results 1 – 2 of 2) sorted by relevance
54 PetscInt *blockidx; /* block index, CUDA only */ \
4172 PetscInt blockidx = vertRaw / 56; in DMPlexCreateTPSMesh_Internal() local4174 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()