Searched refs:ifill (Results 1 – 1 of 1) sorted by relevance
178 PetscInt i, j, *ifill; in DMMoabSetBlockFills_Private() local182 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()