Home
last modified time | relevance | path

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

/petsc/src/vec/is/section/interface/
H A Dsection.c2203 PetscInt nf, pStarti, pEndi; in PetscSectionCreateSupersection() local
2206 PetscCall(PetscSectionGetChart(s[i], &pStarti, &pEndi)); in PetscSectionCreateSupersection()
2207 pStart = PetscMin(pStart, pStarti); in PetscSectionCreateSupersection()
2236 PetscInt nf, fi, pStarti, pEndi; in PetscSectionCreateSupersection() local
2240 PetscCall(PetscSectionGetChart(s[i], &pStarti, &pEndi)); in PetscSectionCreateSupersection()
2241 if ((p < pStarti) || (p >= pEndi)) continue; in PetscSectionCreateSupersection()
2269 PetscInt nf, fi, pStarti, pEndi, fdof, cfdof, fc; in PetscSectionCreateSupersection() local
2272 PetscCall(PetscSectionGetChart(s[i], &pStarti, &pEndi)); in PetscSectionCreateSupersection()
2273 if ((p < pStarti) || (p >= pEndi)) continue; in PetscSectionCreateSupersection()