Home
last modified time | relevance | path

Searched defs:eprNeighbor (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/stag/
H A Dstag2d.c720 const PetscInt eprNeighbor = nNeighbor[0] * stag->entriesPerElement; in DMSetUp_Stag_2d() local
737 const PetscInt eprNeighbor = entriesPerElementRow; /* same as here */ in DMSetUp_Stag_2d() local
749 …const PetscInt eprNeighbor = nNeighbor[0] * stag->entriesPerElement + (nextToDummyEnd[0] ?… in DMSetUp_Stag_2d() local
759 const PetscInt eprNeighbor = entriesPerElementRow; /* same as here */ in DMSetUp_Stag_2d() local
793 const PetscInt eprNeighbor = nNeighbor[0] * stag->entriesPerElement; in DMSetUp_Stag_2d() local
808 const PetscInt eprNeighbor = entriesPerElementRow; /* same as here (obviously) */ in DMSetUp_Stag_2d() local
819 …const PetscInt eprNeighbor = nNeighbor[0] * stag->entriesPerElement + (nextToDummyEnd[0] ?… in DMSetUp_Stag_2d() local
828 const PetscInt eprNeighbor = entriesPerElementRow; /* same as here (obviously) */ in DMSetUp_Stag_2d() local
850 const PetscInt eprNeighbor = nNeighbor[0] * stag->entriesPerElement; in DMSetUp_Stag_2d() local
866 const PetscInt eprNeighbor = entriesPerElementRow; /* Same as here */ in DMSetUp_Stag_2d() local
[all …]
H A Dstag3d.c829 …Int *idxGlobal, PetscInt entriesPerEdge, PetscInt entriesPerFace, PetscInt eprNeighbor, PetscInt e… in DMStagSetUpBuildScatterPopulateIdx_3d()
1063 const PetscInt eprNeighbor = stag->entriesPerElement * nNeighbors[neighbor][0]; in DMStagSetUpBuildScatter_3d() local
1084 …const PetscInt eprNeighbor = stag->entriesPerElement * nNeighbors[neighbor][0] + (dummyEnd[0] ? e… in DMStagSetUpBuildScatter_3d() local
1105 …const PetscInt eprNeighbor = stag->entriesPerElement * nNeighbors[neighbor][0] + (nextToDummyEnd[… in DMStagSetUpBuildScatter_3d() local
1126 const PetscInt eprNeighbor = stag->entriesPerElement * nNeighbors[neighbor][0]; in DMStagSetUpBuildScatter_3d() local
1147 …const PetscInt eprNeighbor = stag->entriesPerElement * nNeighbors[neighbor][0] + (dummyEnd[0] ? e… in DMStagSetUpBuildScatter_3d() local
1168 …const PetscInt eprNeighbor = stag->entriesPerElement * nNeighbors[neighbor][0] + (nextToDummyEnd[… in DMStagSetUpBuildScatter_3d() local
1189 const PetscInt eprNeighbor = stag->entriesPerElement * nNeighbors[neighbor][0]; in DMStagSetUpBuildScatter_3d() local
1210 …const PetscInt eprNeighbor = stag->entriesPerElement * nNeighbors[neighbor][0] + (dummyEnd[0] ? e… in DMStagSetUpBuildScatter_3d() local
1231 …const PetscInt eprNeighbor = stag->entriesPerElement * nNeighbors[neighbor][0] + (nextToDummyEnd[… in DMStagSetUpBuildScatter_3d() local
[all …]