Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h3592 PetscInt closureSize, c, coordStart, coordEnd, coordDim; in DMPforestMapCoordinates_Cell() local
3598 PetscCall(PetscSectionGetChart(coordSec, &coordStart, &coordEnd)); in DMPforestMapCoordinates_Cell()
3604 if (point >= coordStart && point < coordEnd) { in DMPforestMapCoordinates_Cell()
3725 PetscInt coordStart, coordEnd, p, coordDim, p4estCoordDim, cStart, cEnd, cEndInterior; in DMPforestMapCoordinates() local
3733 PetscCall(PetscSectionGetChart(coordSec, &coordStart, &coordEnd)); in DMPforestMapCoordinates()
3736 for (p = coordStart; p < coordEnd; p++) { in DMPforestMapCoordinates()