Searched refs:atypecount (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/interface/ |
| H A D | sftype.c | 111 MPIU_Count aintcount, aaddrcount, acountcount, atypecount; in MPIPetsc_Type_compare() local 128 …PetscCall(MPIPetsc_Type_get_envelope(atype, &aintcount, &aaddrcount, &acountcount, &atypecount, &a… in MPIPetsc_Type_compare() 130 …acountcount == bcountcount && atypecount == btypecount && (aintcount > 0 || aaddrcount > 0 || acou… in MPIPetsc_Type_compare() 138 …(PetscMalloc4(aintcount, &aints, aaddrcount, &aaddrs, acountcount, &acounts, atypecount, &atypes)); in MPIPetsc_Type_compare() 140 …PetscCall(MPIPetsc_Type_get_contents(atype, aintcount, aaddrcount, acountcount, atypecount, aints,… in MPIPetsc_Type_compare() 149 PetscCall(PetscArraycmp(atypes, btypes, atypecount, &same)); in MPIPetsc_Type_compare() 153 for (i = 0; i < atypecount; i++) { in MPIPetsc_Type_compare() 161 for (i = 0; i < atypecount; i++) { in MPIPetsc_Type_compare() 181 MPIU_Count aintcount, aaddrcount, acountcount, atypecount; in MPIPetsc_Type_compare_contig() local 193 …PetscCall(MPIPetsc_Type_get_envelope(atype, &aintcount, &aaddrcount, &acountcount, &atypecount, &a… in MPIPetsc_Type_compare_contig() [all …]
|