Searched refs:entriesToTransferTotal (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stag1d.c | 281 … PetscInt i, iLocal, d, entriesToTransferTotal, ghostOffsetStart, ghostOffsetEnd, nNonDummyGhost; in DMSetUp_Stag_1d() local 297 …entriesToTransferTotal = nNonDummyGhost * stag->entriesPerElement + (stag->lastRank[0] ? stag->dof… in DMSetUp_Stag_1d() 300 entriesToTransferTotal = stag->entriesGhost; /* No dummy points */ in DMSetUp_Stag_1d() 306 PetscCall(PetscMalloc1(entriesToTransferTotal, &idxLocal)); in DMSetUp_Stag_1d() 307 PetscCall(PetscMalloc1(entriesToTransferTotal, &idxGlobal)); in DMSetUp_Stag_1d() 414 …PetscCall(ISCreateGeneral(PetscObjectComm((PetscObject)dm), entriesToTransferTotal, idxLocal, PETS… in DMSetUp_Stag_1d() 417 …PetscCall(ISCreateGeneral(PetscObjectComm((PetscObject)dm), entriesToTransferTotal, idxGlobal, PET… in DMSetUp_Stag_1d()
|
| H A D | stag2d.c | 387 …PetscInt count, countAll, entriesToTransferTotal, i, j, d, ghostOffsetStart[2], ghostOffsetEnd[2]; in DMSetUp_Stag_2d() local 420 …entriesToTransferTotal = (nNonDummyGhost[0] * stag->n[1] + stag->n[0] * nNonDummyGhost[1] - stag->… in DMSetUp_Stag_2d() 422 …entriesToTransferTotal = nNonDummyGhost[0] * nNonDummyGhost[1] * stag->entriesPerElement + (dummyE… in DMSetUp_Stag_2d() 427 PetscCall(PetscMalloc1(entriesToTransferTotal, &idxLocal)); in DMSetUp_Stag_2d() 428 PetscCall(PetscMalloc1(entriesToTransferTotal, &idxGlobal)); in DMSetUp_Stag_2d() 685 …entriesToTransferTotal, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Number of entries computed in gtol (%" P… in DMSetUp_Stag_2d() 688 …PetscCall(ISCreateGeneral(PetscObjectComm((PetscObject)dm), entriesToTransferTotal, idxLocal, PETS… in DMSetUp_Stag_2d() 689 …PetscCall(ISCreateGeneral(PetscObjectComm((PetscObject)dm), entriesToTransferTotal, idxGlobal, PET… in DMSetUp_Stag_2d()
|
| H A D | stag3d.c | 964 …tOffsetEnd[3], entriesPerCorner, entriesPerEdge, entriesPerFace, entriesToTransferTotal, count, ep… in DMStagSetUpBuildScatter_3d() local 1026 …entriesToTransferTotal = (nNonDummyGhost[0] * stag->n[1] * stag->n[2] + stag->n[0] * nNonDummyGhos… in DMStagSetUpBuildScatter_3d() 1031 …entriesToTransferTotal = nNonDummyGhost[0] * nNonDummyGhost[1] * nNonDummyGhost[2] * stag->entries… in DMStagSetUpBuildScatter_3d() 1036 PetscCall(PetscMalloc1(entriesToTransferTotal, &idxLocal)); in DMStagSetUpBuildScatter_3d() 1037 PetscCall(PetscMalloc1(entriesToTransferTotal, &idxGlobal)); in DMStagSetUpBuildScatter_3d() 1627 …entriesToTransferTotal, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Number of entries computed in gtol (%" P… in DMStagSetUpBuildScatter_3d() 1633 …PetscCall(ISCreateGeneral(PetscObjectComm((PetscObject)dm), entriesToTransferTotal, idxLocal, PETS… in DMStagSetUpBuildScatter_3d() 1634 …PetscCall(ISCreateGeneral(PetscObjectComm((PetscObject)dm), entriesToTransferTotal, idxGlobal, PET… in DMStagSetUpBuildScatter_3d()
|