Searched defs:array_of_displacements (Results 1 – 1 of 1) 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 609 …#define MPI_Type_create_indexed_block(count, blocklength, array_of_displacements, oldtype, newtype… argument
|