Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h512 PetscInt toFineLeaves = 0, fromFineLeaves = 0; in DMPforestComputeLocalCellTransferSF_loop() local
569 fromLeaves[fromFineLeaves] = currentFrom + treeOffsetFrom + FromOffset; in DMPforestComputeLocalCellTransferSF_loop()
570 toRoots[fromFineLeaves].rank = rank; in DMPforestComputeLocalCellTransferSF_loop()
571 toRoots[fromFineLeaves].index = currentTo + treeOffsetTo + ToOffset; in DMPforestComputeLocalCellTransferSF_loop()
573 fromFineLeaves++; in DMPforestComputeLocalCellTransferSF_loop()
583 *fromFineLeavesCount = fromFineLeaves; in DMPforestComputeLocalCellTransferSF_loop()