Home
last modified time | relevance | path

Searched refs:blocklens (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/utils/
H A Dmatstash.c736 PetscMPIInt blocklens[2]; in MatStashBlockTypeSetUp() local
768 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()
/petsc/config/BuildSystem/config/packages/
H A DMPI.py417 … if (MPI_Type_create_struct(count, blocklens, indices, old_types, newtype)) { }\n'):