Searched refs:eprNeighbor (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stag3d.c | 829 …*idxGlobal, PetscInt entriesPerEdge, PetscInt entriesPerFace, PetscInt eprNeighbor, PetscInt eplNe… in DMStagSetUpBuildScatterPopulateIdx_3d() argument 842 … idxGlobal[c] = globalOffset + k * eplNeighbor + j * eprNeighbor + i * stag->entriesPerElement + d; in DMStagSetUpBuildScatterPopulateIdx_3d() 851 … idxGlobal[c] = globalOffset + k * eplNeighbor + j * eprNeighbor + i * stag->entriesPerElement + d; in DMStagSetUpBuildScatterPopulateIdx_3d() 856 … idxGlobal[c] = globalOffset + k * eplNeighbor + j * eprNeighbor + i * stag->entriesPerElement + d; in DMStagSetUpBuildScatterPopulateIdx_3d() 861 … idxGlobal[c] = globalOffset + k * eplNeighbor + j * eprNeighbor + i * stag->entriesPerElement + d; in DMStagSetUpBuildScatterPopulateIdx_3d() 866 … idxGlobal[c] = globalOffset + k * eplNeighbor + j * eprNeighbor + i * stag->entriesPerElement + d; in DMStagSetUpBuildScatterPopulateIdx_3d() 880 …idxGlobal[c] = globalOffset + k * eplNeighbor + j * eprNeighbor + i * entriesPerFace + d; /* Note … in DMStagSetUpBuildScatterPopulateIdx_3d() 887 …idxGlobal[c] = globalOffset + k * eplNeighbor + j * eprNeighbor + i * entriesPerFace + d; /* Note … in DMStagSetUpBuildScatterPopulateIdx_3d() 897 …idxGlobal[c] = globalOffset + k * eplNeighbor + j * eprNeighbor + i * entriesPerFace + d; /* Note … in DMStagSetUpBuildScatterPopulateIdx_3d() 902 …idxGlobal[c] = globalOffset + k * eplNeighbor + j * eprNeighbor + i * entriesPerFace + d; /* Note … in DMStagSetUpBuildScatterPopulateIdx_3d() [all …]
|
| H A D | stag2d.c | 720 const PetscInt eprNeighbor = nNeighbor[0] * stag->entriesPerElement; in DMSetUp_Stag_2d() local 722 …rElement; ++d, ++countAll) idxGlobalAll[countAll] = globalOffset + j * eprNeighbor + i * stag->ent… in DMSetUp_Stag_2d() 737 const PetscInt eprNeighbor = entriesPerElementRow; /* same as here */ in DMSetUp_Stag_2d() local 739 …rElement; ++d, ++countAll) idxGlobalAll[countAll] = globalOffset + j * eprNeighbor + i * stag->ent… in DMSetUp_Stag_2d() 749 …const PetscInt eprNeighbor = nNeighbor[0] * stag->entriesPerElement + (nextToDummyEnd[0] ?… in DMSetUp_Stag_2d() local 751 …rElement; ++d, ++countAll) idxGlobalAll[countAll] = globalOffset + j * eprNeighbor + i * stag->ent… in DMSetUp_Stag_2d() 759 const PetscInt eprNeighbor = entriesPerElementRow; /* same as here */ in DMSetUp_Stag_2d() local 762 …+d, ++dGlobal, ++countAll) idxGlobalAll[countAll] = globalOffset + j * eprNeighbor + i * stag->ent… in DMSetUp_Stag_2d() 764 …+d, ++dGlobal, ++countAll) idxGlobalAll[countAll] = globalOffset + j * eprNeighbor + i * stag->ent… in DMSetUp_Stag_2d() 793 const PetscInt eprNeighbor = nNeighbor[0] * stag->entriesPerElement; in DMSetUp_Stag_2d() local [all …]
|