Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/interface/
H A Dsftype.c19 PetscCallMPI(MPIPetsc_Type_get_envelope(*a, &nints, &naddrs, &ncounts, &ntypes, &combiner)); in MPIPetsc_Type_free()
28 PetscErrorCode MPIPetsc_Type_get_envelope(MPI_Datatype datatype, MPIU_Count *nints, MPIU_Count *nad… in MPIPetsc_Type_get_envelope() function
80 PetscCall(MPIPetsc_Type_get_envelope(a, &nints, &naddrs, &ncounts, &ntypes, &combiner)); in MPIPetsc_Type_unwrap()
128 …PetscCall(MPIPetsc_Type_get_envelope(atype, &aintcount, &aaddrcount, &acountcount, &atypecount, &a… in MPIPetsc_Type_compare()
129 …PetscCall(MPIPetsc_Type_get_envelope(btype, &bintcount, &baddrcount, &bcountcount, &btypecount, &b… in MPIPetsc_Type_compare()
193 …PetscCall(MPIPetsc_Type_get_envelope(atype, &aintcount, &aaddrcount, &acountcount, &atypecount, &a… in MPIPetsc_Type_compare_contig()
/petsc/include/petsc/private/
H A Dsfimpl.h150 PETSC_INTERN PetscErrorCode MPIPetsc_Type_get_envelope(MPI_Datatype, MPIU_Count *, MPIU_Count *, MP…
/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.c531 PetscCallMPI(MPIPetsc_Type_get_envelope(unit, &ni, &na, &nc, &nd, &combiner)); in PetscSFLinkSetUp_Host()