Home
last modified time | relevance | path

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

/petsc/src/ts/characteristic/impls/da/
H A Dslda.c35 MPI_Datatype oldtypes[2]; in CharacteristicSetUp_DA() local
47 oldtypes[0] = MPIU_INT; in CharacteristicSetUp_DA()
50 oldtypes[1] = MPIU_SCALAR; in CharacteristicSetUp_DA()
51 PetscCallMPI(MPI_Type_create_struct(2, blockLen, indices, oldtypes, &c->itemType)); in CharacteristicSetUp_DA()