Searched refs:MPIPetsc_Type_get_envelope (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/vec/is/sf/interface/ |
| H A D | sftype.c | 19 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 D | sfimpl.h | 150 PETSC_INTERN PetscErrorCode MPIPetsc_Type_get_envelope(MPI_Datatype, MPIU_Count *, MPIU_Count *, MP…
|
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfpack.c | 531 PetscCallMPI(MPIPetsc_Type_get_envelope(unit, &ni, &na, &nc, &nd, &combiner)); in PetscSFLinkSetUp_Host()
|