Home
last modified time | relevance | path

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

/petsc/src/mat/impls/localref/
H A Dmlocalref.c27 static void BlockIndicesExpand(PetscInt n, const PetscInt idx[], PetscInt bs, PetscInt idxm[]) in BlockIndicesExpand() function
58 BlockIndicesExpand(nrow, irow, rbs, irowm); in MatSetValuesBlockedLocal_LocalRef_Scalar()
59 BlockIndicesExpand(ncol, icol, cbs, icolm); in MatSetValuesBlockedLocal_LocalRef_Scalar()
/petsc/src/mat/impls/is/
H A Dmatis.c34 static void BlockIndicesExpand(PetscInt n, const PetscInt idx[], PetscInt bs, PetscInt idxm[]) in BlockIndicesExpand() function
1332 BlockIndicesExpand(m, rows, rbs, rows_l); in MatSetValuesBlockedLocal_SubMat_IS()
1333 BlockIndicesExpand(n, cols, cbs, cols_l); in MatSetValuesBlockedLocal_SubMat_IS()