Searched refs:spStart (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 2298 PetscInt numFields, f, c, numSubpoints = 0, pStart, pEnd, p, spStart, spEnd, subp; in PetscSectionCreateSubplexSection_Private() local 2329 spStart = 0; in PetscSectionCreateSubplexSection_Private() 2339 PetscCall(ISGetMinMax(subpointIS, &spStart, &spEnd)); in PetscSectionCreateSubplexSection_Private() 2342 PetscCall(PetscSectionSetChart(*subs, spStart, spEnd)); in PetscSectionCreateSubplexSection_Private() 2378 for (subp = spStart; subp < spEnd; ++subp) { in PetscSectionCreateSubplexSection_Private() 2384 PetscCall(PetscSectionGetFieldConstraintIndices(s, points[subp - spStart], f, &indices)); in PetscSectionCreateSubplexSection_Private() 2387 PetscCall(PetscSectionGetConstraintIndices(s, points[subp - spStart], &indices)); in PetscSectionCreateSubplexSection_Private()
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1939 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()
|