Home
last modified time | relevance | path

Searched defs:array_of_blocklengths (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/mpiuni/
H A Dmpi.h470 #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 Dmpi.c761 PETSC_EXTERN void petsc_mpi_type_struct_(int *count, int *array_of_blocklengths, int *array_of_disp… in petsc_mpi_type_struct_()