Searched refs:nints (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/interface/ |
| H A D | sftype.c | 15 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 PetscErrorCode MPIPetsc_Type_get_envelope(MPI_Datatype datatype, MPIU_Count *nints, MPIU_Count *nad… in MPIPetsc_Type_get_envelope() argument 32 PetscCallMPI(MPI_Type_get_envelope_c(datatype, nints, naddrs, ncounts, ntypes, combiner)); in MPIPetsc_Type_get_envelope() 38 *nints = mints; in MPIPetsc_Type_get_envelope() 47 PetscErrorCode MPIPetsc_Type_get_contents(MPI_Datatype datatype, MPIU_Count nints, MPIU_Count naddr… 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 …PetscCheck(nints <= PETSC_MPI_INT_MAX && naddrs <= PETSC_MPI_INT_MAX && ntypes <= PETSC_MPI_INT_MA… in MPIPetsc_Type_get_contents() 54 …PetscCallMPI(MPI_Type_get_contents(datatype, (PetscMPIInt)nints, (PetscMPIInt)naddrs, (PetscMPIInt… in MPIPetsc_Type_get_contents() 71 MPIU_Count nints = 0, naddrs = 0, ncounts = 0, ntypes = 0, counts[1] = {0}; in MPIPetsc_Type_unwrap() local [all …]
|