Home
last modified time | relevance | path

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

/petsc/src/ts/characteristic/impls/da/
H A Dslda.c33 PetscMPIInt blockLen[2]; in CharacteristicSetUp_DA() local
45 blockLen[0] = 1 + c->numIds; in CharacteristicSetUp_DA()
48 PetscCall(PetscMPIIntCast(numValues, &blockLen[1])); in CharacteristicSetUp_DA()
51 PetscCallMPI(MPI_Type_create_struct(2, blockLen, indices, oldtypes, &c->itemType)); in CharacteristicSetUp_DA()