Searched refs:cNc (Results 1 – 1 of 1) sorted by relevance
206 PetscInt Nc = 0, cNc = -1, n, i; in DMPlexCreateSectionBCDof() local212 if (bcComps && bcComps[bc]) PetscCall(ISGetLocalSize(bcComps[bc], &cNc)); in DMPlexCreateSectionBCDof()227 if (cNc > 0) { in DMPlexCreateSectionBCDof()232 numConst = (numConst / Nc) * cNc; in DMPlexCreateSectionBCDof()234 numConst = PetscMin(numConst, cNc); in DMPlexCreateSectionBCDof()293 PetscInt Nc, cNc = -1, n, i; in DMPlexCreateSectionBCIndicesField() local296 if (bcComps && bcComps[bc]) PetscCall(ISGetLocalSize(bcComps[bc], &cNc)); in DMPlexCreateSectionBCIndicesField()308 if (cNc < 0) { in DMPlexCreateSectionBCIndicesField()322 for (c = 0; c < cNc; ++c) indices[d++] = j * Nc + comp[c]; in DMPlexCreateSectionBCIndicesField()