Searched refs:lb2 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/kokkos/ |
| H A D | mpiaijkok.kokkos.cxx | 868 PetscInt *first, *last, *lb1, *lb2; in MatMPIAIJKokkosBcastBegin() local 874 lb2 = std::lower_bound(first, last, cend); in MatMPIAIJKokkosBcastBegin() 875 Fdi[i + 1] = lb2 - lb1; // row i length in Fdi in MatMPIAIJKokkosBcastBegin()
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 860 PetscInt l1, l2, lb1, lb2, ij = i * nc + j; in MatConvert_Nest_IS() local 886 PetscCall(MatGetBlockSizes(snest[ij], &lb1, &lb2)); in MatConvert_Nest_IS()
|