Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/interface/
H A Dsftype.c134 MPI_Datatype *atypes, *btypes; in MPIPetsc_Type_compare() local
139 …(PetscMalloc4(bintcount, &bints, baddrcount, &baddrs, bcountcount, &bcounts, btypecount, &btypes)); in MPIPetsc_Type_compare()
141 …t_contents(btype, bintcount, baddrcount, bcountcount, btypecount, bints, baddrs, bcounts, btypes)); in MPIPetsc_Type_compare()
149 PetscCall(PetscArraycmp(atypes, btypes, atypecount, &same)); in MPIPetsc_Type_compare()
154 PetscCall(MPIPetsc_Type_compare(atypes[i], btypes[i], &same)); in MPIPetsc_Type_compare()
163 PetscCall(MPIPetsc_Type_free(&btypes[i])); in MPIPetsc_Type_compare()
166 PetscCall(PetscFree4(bints, baddrs, bcounts, btypes)); in MPIPetsc_Type_compare()