Home
last modified time | relevance | path

Searched refs:currentTo (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()
537 p4est_quadrant_t *quadTo = &quadsTo[currentTo]; in DMPforestComputeLocalCellTransferSF_loop()
541 toLeaves[toFineLeaves] = currentTo + treeOffsetTo + ToOffset; in DMPforestComputeLocalCellTransferSF_loop()
547 currentTo++; in DMPforestComputeLocalCellTransferSF_loop()
556 toLeaves[toFineLeaves] = currentTo + treeOffsetTo + ToOffset; in DMPforestComputeLocalCellTransferSF_loop()
561 currentTo++; in DMPforestComputeLocalCellTransferSF_loop()
571 toRoots[fromFineLeaves].index = currentTo + treeOffsetTo + ToOffset; in DMPforestComputeLocalCellTransferSF_loop()
577 if (comp) currentTo++; in DMPforestComputeLocalCellTransferSF_loop()