Lines Matching refs:fromRoots
508 …dx_t llt, PetscInt *toFineLeavesCount, PetscInt *toLeaves, PetscSFNode *fromRoots, PetscInt *fromF… in DMPforestComputeLocalCellTransferSF_loop() argument
542 fromRoots[toFineLeaves].rank = rank; in DMPforestComputeLocalCellTransferSF_loop()
543 fromRoots[toFineLeaves].index = currentFrom + treeOffsetFrom + FromOffset; in DMPforestComputeLocalCellTransferSF_loop()
557 fromRoots[toFineLeaves].rank = rank; in DMPforestComputeLocalCellTransferSF_loop()
558 fromRoots[toFineLeaves].index = currentFrom + treeOffsetFrom + FromOffset; in DMPforestComputeLocalCellTransferSF_loop()
618 PetscSFNode *fromRoots = NULL, *toRoots = NULL; in DMPforestComputeLocalCellTransferSF() local
629 PetscCall(PetscMalloc1(numLeavesTo, &fromRoots)); in DMPforestComputeLocalCellTransferSF()
632 PetscCall(PetscMalloc1(numLeavesFrom, &fromRoots)); in DMPforestComputeLocalCellTransferSF()
634 …tFrom, FromOffset, p4estTo, ToOffset, flt, llt, &numLeavesTo, toLeaves, fromRoots, &numLeavesFrom,… in DMPforestComputeLocalCellTransferSF()
637 …etGraph(fromCoarse, numRootsFrom, numLeavesTo, NULL, PETSC_OWN_POINTER, fromRoots, PETSC_OWN_POINT… in DMPforestComputeLocalCellTransferSF()
638 …aph(fromCoarse, numRootsFrom, numLeavesTo, toLeaves, PETSC_OWN_POINTER, fromRoots, PETSC_OWN_POINT… in DMPforestComputeLocalCellTransferSF()