Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h527 PetscInt currentFrom, currentTo; in DMPforestComputeLocalCellTransferSF_loop() local
535 for (currentFrom = 0, currentTo = 0; currentFrom < numFrom && currentTo < numTo;) { in DMPforestComputeLocalCellTransferSF_loop()
536 p4est_quadrant_t *quadFrom = &quadsFrom[currentFrom]; in DMPforestComputeLocalCellTransferSF_loop()
543 fromRoots[toFineLeaves].index = currentFrom + treeOffsetFrom + FromOffset; in DMPforestComputeLocalCellTransferSF_loop()
546 currentFrom++; in DMPforestComputeLocalCellTransferSF_loop()
558 fromRoots[toFineLeaves].index = currentFrom + treeOffsetFrom + FromOffset; in DMPforestComputeLocalCellTransferSF_loop()
564 if (comp) currentFrom++; in DMPforestComputeLocalCellTransferSF_loop()
569 fromLeaves[fromFineLeaves] = currentFrom + treeOffsetFrom + FromOffset; in DMPforestComputeLocalCellTransferSF_loop()
574 currentFrom++; in DMPforestComputeLocalCellTransferSF_loop()