Home
last modified time | relevance | path

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

/petsc/src/vec/is/section/interface/
H A Dsection.c2298 PetscInt numFields, f, c, numSubpoints = 0, pStart, pEnd, p, spStart, spEnd, subp; in PetscSectionCreateSubplexSection_Private() local
2330 spEnd = numSubpoints; in PetscSectionCreateSubplexSection_Private()
2339 PetscCall(ISGetMinMax(subpointIS, &spStart, &spEnd)); in PetscSectionCreateSubplexSection_Private()
2340 ++spEnd; in PetscSectionCreateSubplexSection_Private()
2342 PetscCall(PetscSectionSetChart(*subs, spStart, spEnd)); in PetscSectionCreateSubplexSection_Private()
2378 for (subp = spStart; subp < spEnd; ++subp) { in PetscSectionCreateSubplexSection_Private()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1939 PetscInt pStart, pEnd, spStart, spEnd, *points, nleaves, ncomp, *nodes; in DMPlexCreateNodeNumbering() local
1953 PetscCall(PetscSectionGetChart(local_section, &spStart, &spEnd)); in DMPlexCreateNodeNumbering()
1960 for (PetscInt p = spStart, leaf = 0; p < spEnd; p++) { in DMPlexCreateNodeNumbering()
1974 for (PetscInt p = spStart, leaf = 0; p < spEnd; p++) { in DMPlexCreateNodeNumbering()
1994 for (PetscInt p = spStart; p < spEnd; p++) { in DMPlexCreateNodeNumbering()