Searched refs:onf (Results 1 – 1 of 1) sorted by relevance
338 PetscInt onf, nf; in DMSelectFields_Private() local346 PetscCall(ISGetLocalSize(dm->probs[d].fields, &onf)); in DMSelectFields_Private()349 for (PetscInt f = 0, g = 0; f < onf && g < nf; ++f) { in DMSelectFields_Private()