Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsection.c206 PetscInt Nc = 0, cNc = -1, n, i; in DMPlexCreateSectionBCDof() local
212 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() local
296 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()