Home
last modified time | relevance | path

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

/petsc/src/dm/impls/moab/
H A Ddmmbmat.cxx178 PetscInt i, j, *ifill; in DMMoabSetBlockFills_Private() local
182 PetscCall(PetscMalloc1(w * w, &ifill)); in DMMoabSetBlockFills_Private()
184 for (j = 0; j < w; j++) ifill[i * w + j] = fill[i * w + j]; in DMMoabSetBlockFills_Private()
187 *rfill = ifill; in DMMoabSetBlockFills_Private()