Searched refs:btypecount (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/interface/ |
| H A D | sftype.c | 112 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 …addrcount == baddrcount && acountcount == bcountcount && atypecount == btypecount && (aintcount > … in MPIPetsc_Type_compare() 139 …(PetscMalloc4(bintcount, &bints, baddrcount, &baddrs, bcountcount, &bcounts, btypecount, &btypes)); in MPIPetsc_Type_compare() 141 …PetscCall(MPIPetsc_Type_get_contents(btype, bintcount, baddrcount, bcountcount, btypecount, bints,… in MPIPetsc_Type_compare()
|