Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/interface/
H A Dsftype.c113 PetscMPIInt acombiner, bcombiner; in MPIPetsc_Type_compare() local
128 …MPIPetsc_Type_get_envelope(atype, &aintcount, &aaddrcount, &acountcount, &atypecount, &acombiner)); in MPIPetsc_Type_compare()
130 …if (acombiner == bcombiner && aintcount == bintcount && aaddrcount == baddrcount && acountcount ==… in MPIPetsc_Type_compare()
182 PetscMPIInt acombiner; in MPIPetsc_Type_compare_contig() local
193 …MPIPetsc_Type_get_envelope(atype, &aintcount, &aaddrcount, &acountcount, &atypecount, &acombiner)); in MPIPetsc_Type_compare_contig()
194 if (acombiner == MPI_COMBINER_CONTIGUOUS && (aintcount >= 1 || acountcount >= 1)) { in MPIPetsc_Type_compare_contig()