Home
last modified time | relevance | path

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

/petsc/src/vec/is/section/interface/
H A Dsection.c2029 PetscInt nF, f, c, pStart, pEnd, p, maxCdof = 0; in PetscSectionCreateSubsection() local
2071 maxCdof = PetscMax(cdof, maxCdof); in PetscSectionCreateSubsection()
2082 if (maxCdof) { in PetscSectionCreateSubsection()
2085 PetscCall(PetscMalloc1(maxCdof, &indices)); in PetscSectionCreateSubsection()
2198 PetscInt Nf = 0, f, pStart = PETSC_INT_MAX, pEnd = 0, p, maxCdof = 0, i; in PetscSectionCreateSupersection() local
2253 maxCdof = PetscMax(cdof, maxCdof); in PetscSectionCreateSupersection()
2256 if (maxCdof) { in PetscSectionCreateSupersection()
2259 PetscCall(PetscMalloc1(maxCdof, &indices)); in PetscSectionCreateSupersection()