Searched defs:array_of_blocklengths (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 470 #define MPI_Type_indexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype) \ argument 472 …#define MPI_Type_hindexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype) \ argument 474 …#define MPI_Type_create_struct(count, array_of_blocklengths, array_of_displacements, array_of_type… argument
|
| /petsc/src/sys/mpiuni/ |
| H A D | mpi.c | 761 PETSC_EXTERN void petsc_mpi_type_struct_(int *count, int *array_of_blocklengths, int *array_of_disp… in petsc_mpi_type_struct_()
|