Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2497 PetscInt pRefStart, pRefEnd, maxConDof, maxColumns, leafStart, leafEnd; in DMPlexComputeInterpolatorTree() local
2508 PetscCall(PetscSectionGetChart(leafIndicesSec, &leafStart, &leafEnd)); in DMPlexComputeInterpolatorTree()
2510 for (p = leafStart; p < leafEnd; p++) { in DMPlexComputeInterpolatorTree()
2679 for (p = leafStart; p < leafEnd; p++) { in DMPlexComputeInterpolatorTree()
3561 PetscInt numLeaves, leafStart, leafEnd, l, dof, cdof, gOff; in DMPlexComputeInjectorTree() local
3586 leafEnd = leafStart + numLeaves; in DMPlexComputeInjectorTree()
3587 for (l = leafStart; l < leafEnd; l++) { in DMPlexComputeInjectorTree()
3665 PetscInt numLeaves, leafStart, leafEnd, l, dof, cdof, gOff; in DMPlexComputeInjectorTree() local
3690 leafEnd = leafStart + numLeaves; in DMPlexComputeInjectorTree()
3691 for (l = leafStart; l < leafEnd; l++) { in DMPlexComputeInjectorTree()
[all …]