Searched refs:aStart (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsection.c | 246 PetscInt aStart, aEnd, a; in DMPlexCreateSectionBCDof() local 248 PetscCall(PetscSectionGetChart(aSec, &aStart, &aEnd)); in DMPlexCreateSectionBCDof() 249 for (a = aStart; a < aEnd; a++) { in DMPlexCreateSectionBCDof() 337 PetscInt aStart, aEnd, a; in DMPlexCreateSectionBCIndicesField() local 340 PetscCall(PetscSectionGetChart(aSec, &aStart, &aEnd)); in DMPlexCreateSectionBCIndicesField() 341 for (a = aStart; a < aEnd; a++) { in DMPlexCreateSectionBCIndicesField()
|
| H A D | plexpreallocate.c | 23 PetscInt p, q, a, aSize, *offsets, aStart, aEnd, *inverse, iSize, *adj, adjSize; in DMPlexComputeAnchorAdjacencies() local 42 PetscCall(PetscSectionGetChart(aSec, &aStart, &aEnd)); in DMPlexComputeAnchorAdjacencies() 43 for (p = aStart; p < aEnd; p++) { in DMPlexComputeAnchorAdjacencies()
|
| H A D | plexdistribute.c | 189 PetscInt aStart, aEnd; in DMPlexGetMaxAdjacencySize_Internal() local 194 PetscCall(PetscSectionGetChart(aSec, &aStart, &aEnd)); in DMPlexGetMaxAdjacencySize_Internal() 227 PetscInt aStart = -1, aEnd = -1; in DMPlexGetAdjacency_Internal() local 238 PetscCall(PetscSectionGetChart(aSec, &aStart, &aEnd)); in DMPlexGetAdjacency_Internal() 267 if (p >= aStart && p < aEnd) PetscCall(PetscSectionGetDof(aSec, p, &aDof)); in DMPlexGetAdjacency_Internal()
|
| H A D | plextree.c | 2079 PetscInt aStart, aEnd, cStart, cEnd; in DMPlexComputeInterpolatorTree() local 2121 PetscCall(PetscSectionGetChart(aSec, &aStart, &aEnd)); in DMPlexComputeInterpolatorTree() 2149 if (p >= aStart && p < aEnd) PetscCall(PetscSectionGetDof(aSec, p, &aDof)); in DMPlexComputeInterpolatorTree() 3763 PetscInt aStart, aEnd, cStart, cEnd; in DMPlexTransferVecTree_Interpolate() local 3815 PetscCall(PetscSectionGetChart(aSec, &aStart, &aEnd)); in DMPlexTransferVecTree_Interpolate()
|
| H A D | plex.c | 7843 PetscInt aStart = -1, aEnd = -1; in DMPlexAnchorsGetSubMatModification() local 7868 PetscCall(PetscSectionGetChart(aSec, &aStart, &aEnd)); in DMPlexAnchorsGetSubMatModification() 7886 if (b >= aStart && b < aEnd) PetscCall(PetscSectionGetDof(aSec, b, &bDof)); in DMPlexAnchorsGetSubMatModification() 7963 if (b >= aStart && b < aEnd) PetscCall(PetscSectionGetDof(aSec, b, &bDof)); in DMPlexAnchorsGetSubMatModification() 8018 if (b >= aStart && b < aEnd) PetscCall(PetscSectionGetDof(aSec, b, &bDof)); in DMPlexAnchorsGetSubMatModification()
|