Home
last modified time | relevance | path

Searched refs:toFineLeaves (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
541 toLeaves[toFineLeaves] = currentTo + treeOffsetTo + ToOffset; in DMPforestComputeLocalCellTransferSF_loop()
542 fromRoots[toFineLeaves].rank = rank; in DMPforestComputeLocalCellTransferSF_loop()
543 fromRoots[toFineLeaves].index = currentFrom + treeOffsetFrom + FromOffset; in DMPforestComputeLocalCellTransferSF_loop()
545 toFineLeaves++; in DMPforestComputeLocalCellTransferSF_loop()
556 toLeaves[toFineLeaves] = currentTo + treeOffsetTo + ToOffset; in DMPforestComputeLocalCellTransferSF_loop()
557 fromRoots[toFineLeaves].rank = rank; in DMPforestComputeLocalCellTransferSF_loop()
558 fromRoots[toFineLeaves].index = currentFrom + treeOffsetFrom + FromOffset; in DMPforestComputeLocalCellTransferSF_loop()
560 toFineLeaves++; in DMPforestComputeLocalCellTransferSF_loop()
582 *toFineLeavesCount = toFineLeaves; in DMPforestComputeLocalCellTransferSF_loop()