Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/interface/
H A Dsftype.c112 MPIU_Count bintcount, baddrcount, bcountcount, btypecount; in MPIPetsc_Type_compare() local
129 …PetscCall(MPIPetsc_Type_get_envelope(btype, &bintcount, &baddrcount, &bcountcount, &btypecount, &b… in MPIPetsc_Type_compare()
130 …if (acombiner == bcombiner && aintcount == bintcount && aaddrcount == baddrcount && acountcount ==… in MPIPetsc_Type_compare()
139 …PetscCall(PetscMalloc4(bintcount, &bints, baddrcount, &baddrs, bcountcount, &bcounts, btypecount, … in MPIPetsc_Type_compare()
141 …PetscCall(MPIPetsc_Type_get_contents(btype, bintcount, baddrcount, bcountcount, btypecount, bints,… in MPIPetsc_Type_compare()