Searched refs:blocklens (Results 1 – 2 of 2) sorted by relevance
736 PetscMPIInt blocklens[2]; in MatStashBlockTypeSetUp() local768 blocklens[0] = 2; in MatStashBlockTypeSetUp()769 blocklens[1] = (PetscMPIInt)bs2; in MatStashBlockTypeSetUp()774 PetscCallMPI(MPI_Type_create_struct(2, blocklens, displs, types, &stype)); in MatStashBlockTypeSetUp()
417 … if (MPI_Type_create_struct(count, blocklens, indices, old_types, newtype)) { }\n'):