Home
last modified time | relevance | path

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

/petsc/src/mat/impls/localref/
H A Dmlocalref.c12 #define IndexSpaceGet(buf, nrow, ncol, irowm, icolm) \ macro
42 IndexSpaceGet(buf, nrow, ncol, irowm, icolm); in MatSetValuesBlockedLocal_LocalRef_Block()
57 IndexSpaceGet(buf, nrow * rbs, ncol * cbs, irowm, icolm); in MatSetValuesBlockedLocal_LocalRef_Scalar()
73 IndexSpaceGet(buf, nrow, ncol, irowm, icolm); in MatSetValuesLocal_LocalRef_Scalar()
/petsc/src/mat/impls/is/
H A Dmatis.c19 #define IndexSpaceGet(buf, nrow, ncol, irowm, icolm) \ macro
1315 IndexSpaceGet(buf, m, n, rows_l, cols_l); in MatSetValuesLocal_SubMat_IS()
1331 IndexSpaceGet(buf, m * rbs, n * cbs, rows_l, cols_l); in MatSetValuesBlockedLocal_SubMat_IS()
2801 IndexSpaceGet(buf, m, n, rows_l, cols_l); in MatSetValues_IS()
2819 IndexSpaceGet(buf, m, n, rows_l, cols_l); in MatSetValuesBlocked_IS()