Home
last modified time | relevance | path

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

/petsc/src/mat/impls/localref/
H A Dmlocalref.c22 #define IndexSpaceRestore(buf, nrow, ncol, irowm, icolm) \ macro
46 IndexSpaceRestore(buf, nrow, ncol, irowm, icolm); in MatSetValuesBlockedLocal_LocalRef_Block()
63 IndexSpaceRestore(buf, nrow * rbs, ncol * cbs, irowm, icolm); in MatSetValuesBlockedLocal_LocalRef_Scalar()
88 IndexSpaceRestore(buf, nrow, ncol, irowm, icolm); in MatSetValuesLocal_LocalRef_Scalar()
/petsc/src/mat/impls/is/
H A Dmatis.c29 #define IndexSpaceRestore(buf, nrow, ncol, irowm, icolm) \ macro
1319 IndexSpaceRestore(buf, m, n, rows_l, cols_l); in MatSetValuesLocal_SubMat_IS()
1337 IndexSpaceRestore(buf, m * rbs, n * cbs, rows_l, cols_l); in MatSetValuesBlockedLocal_SubMat_IS()
2809 IndexSpaceRestore(buf, m, n, rows_l, cols_l); in MatSetValues_IS()
2827 IndexSpaceRestore(buf, m, n, rows_l, cols_l); in MatSetValuesBlocked_IS()