Searched refs:fillCount (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/characteristic/interface/ |
| H A D | characteristic.c | 63 PetscCall(PetscFree((*c)->fillCount)); in CharacteristicDestroy() 129 newC->fillCount = NULL; in CharacteristicCreate() 585 c->fillCount[0] = 0; in CharacteristicSendCoordinatesBegin() 586 …for (n = 1; n < c->numNeighbors; n++) PetscCallMPI(MPIU_Irecv(&c->fillCount[n], 1, MPIU_INT, c->ne… in CharacteristicSendCoordinatesBegin() 594 c->queueRemoteMax += c->fillCount[n]; in CharacteristicSendCoordinatesBegin() 608 …L, "Receiving %" PetscInt_FMT " requests for values from proc %d\n", c->fillCount[n], c->neighbors… in CharacteristicSendCoordinatesBegin() 609 …PetscCallMPI(MPIU_Irecv(&(c->queueRemote[c->remoteOffsets[n]]), c->fillCount[n], c->itemType, c->n… in CharacteristicSendCoordinatesBegin() 642 … n++) PetscCallMPI(MPIU_Send(&(c->queueRemote[c->remoteOffsets[n]]), c->fillCount[n], c->itemType,… in CharacteristicGetValuesBegin()
|
| /petsc/include/petsc/private/ |
| H A D | characteristicimpl.h | 77 PetscInt *fillCount; /* Number of Items requested by other processes */ member
|
| /petsc/src/ts/characteristic/impls/da/ |
| H A D | slda.c | 63 PetscCall(PetscMalloc1(c->numNeighbors, &c->fillCount)); in CharacteristicSetUp_DA()
|