Lines Matching refs:dat
9 PetscSF_Allgather *dat = (PetscSF_Allgather *)sf->data; in PetscSFSetUp_Allgather() local
17 dat->rootbuflen[i] = 0; in PetscSFSetUp_Allgather()
18 dat->rootstart[i] = 0; in PetscSFSetUp_Allgather()
19 dat->rootcontig[i] = PETSC_TRUE; in PetscSFSetUp_Allgather()
20 dat->rootdups[i] = PETSC_FALSE; in PetscSFSetUp_Allgather()
24 dat->rootbuflen[PETSCSF_REMOTE] = sf->nroots; in PetscSFSetUp_Allgather()
27 dat->nrootreqs = 1; in PetscSFSetUp_Allgather()
58 PetscSF_Allgather *dat = (PetscSF_Allgather *)sf->data; in PetscSFReduceBegin_Allgather() local
74 PetscCall(PetscMPIIntCast(dat->rootbuflen[PETSCSF_REMOTE], &recvcount)); in PetscSFReduceBegin_Allgather()
115 PetscSF_Allgather *dat = (PetscSF_Allgather *)sf->data; in PetscSFCreate_Allgather() local
139 PetscCall(PetscNew(&dat)); in PetscSFCreate_Allgather()
140 sf->data = (void *)dat; in PetscSFCreate_Allgather()