Searched refs:nfi (Results 1 – 1 of 1) sorted by relevance
1319 PetscInt nfi; in DMCompositeSampleGLVisFields_Private() local1321 … PetscCall(PetscViewerGLVisGetFields_Internal(ctx->subv[i], &nfi, NULL, NULL, &g2l, NULL, &fctx)); in DMCompositeSampleGLVisFields_Private()1322 if (!nfi) continue; in DMCompositeSampleGLVisFields_Private()1323 if (g2l) PetscCall((*g2l)((PetscObject)ctx->vecs[i], nfi, oXfield + cumf, fctx)); in DMCompositeSampleGLVisFields_Private()1325 cumf += nfi; in DMCompositeSampleGLVisFields_Private()