Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/interface/
H A Dsftype.c111 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 …nt == bintcount && aaddrcount == baddrcount && acountcount == bcountcount && atypecount == btypeco… in MPIPetsc_Type_compare()
138 …PetscCall(PetscMalloc4(aintcount, &aints, aaddrcount, &aaddrs, acountcount, &acounts, atypecount, … in MPIPetsc_Type_compare()
140 …PetscCall(MPIPetsc_Type_get_contents(atype, aintcount, aaddrcount, acountcount, atypecount, aints,… in MPIPetsc_Type_compare()
144 PetscCall(PetscArraycmp(aaddrs, baddrs, aaddrcount, &same)); 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()
200 …PetscCall(PetscMalloc4(aintcount, &aints, aaddrcount, &aaddrs, acountcount, &acounts, atypecount, … in MPIPetsc_Type_compare_contig()
201 …PetscCall(MPIPetsc_Type_get_contents(atype, aintcount, aaddrcount, acountcount, atypecount, aints,… in MPIPetsc_Type_compare_contig()