Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/interface/
H A Dsftype.c131 PetscMPIInt *aints, *bints; in MPIPetsc_Type_compare() local
138 …PetscCall(PetscMalloc4(aintcount, &aints, aaddrcount, &aaddrs, acountcount, &acounts, atypecount, … in MPIPetsc_Type_compare()
140 …_Type_get_contents(atype, aintcount, aaddrcount, acountcount, atypecount, aints, aaddrs, acounts, … in MPIPetsc_Type_compare()
142 PetscCall(PetscArraycmp(aints, bints, aintcount, &same)); in MPIPetsc_Type_compare()
165 PetscCall(PetscFree4(aints, aaddrs, acounts, atypes)); in MPIPetsc_Type_compare()
195 PetscMPIInt *aints; in MPIPetsc_Type_compare_contig() local
200 …PetscCall(PetscMalloc4(aintcount, &aints, aaddrcount, &aaddrs, acountcount, &acounts, atypecount, … in MPIPetsc_Type_compare_contig()
201 …_Type_get_contents(atype, aintcount, aaddrcount, acountcount, atypecount, aints, aaddrs, acounts, … in MPIPetsc_Type_compare_contig()
204 if (aintcount) *n = aints[0]; in MPIPetsc_Type_compare_contig()
210 if (aintcount) *n = aints[0]; in MPIPetsc_Type_compare_contig()
[all …]