Searched refs:conEnd (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 1144 PetscInt numFields, f, c, cStart, cEnd, pStart, pEnd, conStart, conEnd; in DMPlexComputeAnchorMatrix_Tree_Direct() local 1157 PetscCall(PetscSectionGetChart(cSec, &conStart, &conEnd)); in DMPlexComputeAnchorMatrix_Tree_Direct() 1248 if (p < conStart || p >= conEnd) continue; in DMPlexComputeAnchorMatrix_Tree_Direct() 1305 if (p < conStart || p >= conEnd) continue; in DMPlexComputeAnchorMatrix_Tree_Direct() 1546 …art, pRefEnd, p, maxDof, maxAnDof, *perm, *iperm, pStart, pEnd, conStart, conEnd, **refPointFieldN; in DMPlexComputeAnchorMatrix_Tree_FromReference() local 1566 PetscCall(PetscSectionGetChart(conSec, &conStart, &conEnd)); in DMPlexComputeAnchorMatrix_Tree_FromReference() 1633 if ((point < conStart) || (point >= conEnd) || (parent == point)) continue; in DMPlexComputeAnchorMatrix_Tree_FromReference() 1680 if (q >= conStart && q < conEnd) { in DMPlexComputeAnchorMatrix_Tree_FromReference() 1687 if (q >= conStart && q < conEnd) { in DMPlexComputeAnchorMatrix_Tree_FromReference()
|