Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/interface/
H A Dsftype.c15 MPIU_Count nints, naddrs, ncounts, ntypes; in MPIPetsc_Type_free() local
19 PetscCallMPI(MPIPetsc_Type_get_envelope(*a, &nints, &naddrs, &ncounts, &ntypes, &combiner)); in MPIPetsc_Type_free()
28 …PI_Datatype datatype, MPIU_Count *nints, MPIU_Count *naddrs, MPIU_Count *ncounts, MPIU_Count *ntyp… in MPIPetsc_Type_get_envelope() argument
32 PetscCallMPI(MPI_Type_get_envelope_c(datatype, nints, naddrs, ncounts, ntypes, combiner)); in MPIPetsc_Type_get_envelope()
40 *ncounts = 0; in MPIPetsc_Type_get_envelope()
47 …s(MPI_Datatype datatype, MPIU_Count nints, MPIU_Count naddrs, MPIU_Count ncounts, MPIU_Count ntype… in MPIPetsc_Type_get_contents() argument
51 …PetscCallMPI(MPI_Type_get_contents_c(datatype, nints, naddrs, ncounts, ntypes, intarray, addrarray… in MPIPetsc_Type_get_contents()
53 …INT_MAX && naddrs <= PETSC_MPI_INT_MAX && ntypes <= PETSC_MPI_INT_MAX && ncounts == 0, PETSC_COMM_… in MPIPetsc_Type_get_contents()
71 MPIU_Count nints = 0, naddrs = 0, ncounts = 0, ntypes = 0, counts[1] = {0}; in MPIPetsc_Type_unwrap() local
80 PetscCall(MPIPetsc_Type_get_envelope(a, &nints, &naddrs, &ncounts, &ntypes, &combiner)); in MPIPetsc_Type_unwrap()
[all …]