Searched refs:itemType (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/characteristic/impls/da/ |
| H A D | slda.c | 51 PetscCallMPI(MPI_Type_create_struct(2, blockLen, indices, oldtypes, &c->itemType)); in CharacteristicSetUp_DA() 52 PetscCallMPI(MPI_Type_commit(&c->itemType)); in CharacteristicSetUp_DA()
|
| /petsc/include/petsc/private/ |
| H A D | characteristicimpl.h | 63 MPI_Datatype itemType; /* Type corresponding to the item struct */ member
|
| /petsc/src/ts/characteristic/interface/ |
| H A D | characteristic.c | 56 PetscCallMPI(MPI_Type_free(&(*c)->itemType)); in CharacteristicDestroy() 115 newC->itemType = 0; in CharacteristicCreate() 609 …PetscCallMPI(MPIU_Irecv(&(c->queueRemote[c->remoteOffsets[n]]), c->fillCount[n], c->itemType, c->n… in CharacteristicSendCoordinatesBegin() 613 …PetscCallMPI(MPIU_Send(&(c->queue[c->localOffsets[n]]), c->needCount[n], c->itemType, c->neighbors… in CharacteristicSendCoordinatesBegin() 641 …CallMPI(MPIU_Irecv(&(c->queue[c->localOffsets[n]]), c->needCount[n], c->itemType, c->neighbors[n],… in CharacteristicGetValuesBegin() 642 …I(MPIU_Send(&(c->queueRemote[c->remoteOffsets[n]]), c->fillCount[n], c->itemType, c->neighbors[n],… in CharacteristicGetValuesBegin()
|