Searched refs:leafdups (Results 1 – 3 of 3) sorted by relevance
16 sf->leafdups[i] = PETSC_FALSE; in PetscSFSetUp_Allgather()
1017 PetscCall(PetscSFLinkGetUnpackAndOp(link, leafmtype, op, sf->leafdups[scope], &UnpackAndOp)); in PetscSFLinkUnpackLeafData_Private()1119 …dstdups = (direction == PETSCSF_ROOT2LEAF) ? sf->leafdups[PETSCSF_LOCAL] : bas->rootdups[PETSCSF_… in PetscSFLinkScatterLocal()1290 sf->leafdups[i] = PETSC_FALSE; in PetscSFSetUpPackFields()1346 …ontig[0] && !ismulti) PetscCall(PetscCheckDupsInt(sf->leafbuflen[0], sf->rmine, &sf->leafdups[0])); in PetscSFSetUpPackFields()1347 …Call(PetscCheckDupsInt(sf->leafbuflen[1], sf->rmine + sf->roffset[sf->ndranks], &sf->leafdups[1])); in PetscSFSetUpPackFields()
88 …PetscBool leafdups[2]; /* Indices in rmine[] for self(0)/remote(1) communication have du… member