Lines Matching refs:leaf
2972 PetscInt leaf = leaves ? leaves[i] : i; in DMPforestGetTransferSF_Internal() local
2975 PetscCall(PetscSectionGetDof(leafSection, leaf, &dof)); in DMPforestGetTransferSF_Internal()
2982 PetscInt leaf = leaves ? leaves[i] : i; in DMPforestGetTransferSF_Internal() local
2986 PetscCall(PetscSectionGetDof(leafSection, leaf, &dof)); in DMPforestGetTransferSF_Internal()
2987 PetscCall(PetscSectionGetOffset(leafSection, leaf, &off)); in DMPforestGetTransferSF_Internal()
2990 remote[nleaves].index = offsets[leaf] + j; in DMPforestGetTransferSF_Internal()
4620 PetscInt iStart, iEnd, nleaves, leaf; in DMForestTransferVecFromBase_pforest() local
4636 for (leaf = iStart; leaf < iEnd; leaf++) { in DMForestTransferVecFromBase_pforest()
4639 remotes[leaf - iStart].rank = rank; in DMForestTransferVecFromBase_pforest()
4640 PetscCall(DMLabelGetValue(subpointMap, leaf, &index)); in DMForestTransferVecFromBase_pforest()
4641 remotes[leaf - iStart].index = index; in DMForestTransferVecFromBase_pforest()