Home
last modified time | relevance | path

Searched refs:baddrs (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/is/sf/interface/
H A Dsftype.c132 MPI_Aint *aaddrs, *baddrs; in MPIPetsc_Type_compare() local
139 …PetscCall(PetscMalloc4(bintcount, &bints, baddrcount, &baddrs, bcountcount, &bcounts, btypecount, … in MPIPetsc_Type_compare()
141 …t_contents(btype, bintcount, baddrcount, bcountcount, btypecount, bints, baddrs, bcounts, btypes)); in MPIPetsc_Type_compare()
144 PetscCall(PetscArraycmp(aaddrs, baddrs, aaddrcount, &same)); in MPIPetsc_Type_compare()
166 PetscCall(PetscFree4(bints, baddrs, bcounts, btypes)); in MPIPetsc_Type_compare()