Home
last modified time | relevance | path

Searched refs:entriesPerElementRowNeighbor (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/stag/
H A Dstag2d.c442 const PetscInt entriesPerElementRowNeighbor = stag->entriesPerElement * nNeighbor[0]; in DMSetUp_Stag_2d() local
448 …idxGlobal[count] = globalOffset + j * entriesPerElementRowNeighbor + i * stag->entriesPerElement +… in DMSetUp_Stag_2d()
461 const PetscInt entriesPerElementRowNeighbor = entriesPerElementRow; /* same as here */ in DMSetUp_Stag_2d() local
467 …idxGlobal[count] = globalOffset + j * entriesPerElementRowNeighbor + i * stag->entriesPerElement +… in DMSetUp_Stag_2d()
475 …idxGlobal[count] = globalOffset + j * entriesPerElementRowNeighbor + i * stag->entriesPerElement +… in DMSetUp_Stag_2d()
479 …idxGlobal[count] = globalOffset + j * entriesPerElementRowNeighbor + i * stag->entriesPerElement +… in DMSetUp_Stag_2d()
491 …const PetscInt entriesPerElementRowNeighbor = nNeighbor[0] * stag->entriesPerElement + (nex… in DMSetUp_Stag_2d() local
497 …idxGlobal[count] = globalOffset + j * entriesPerElementRowNeighbor + i * stag->entriesPerElement +… in DMSetUp_Stag_2d()
511 const PetscInt entriesPerElementRowNeighbor = nNeighbor[0] * stag->entriesPerElement; in DMSetUp_Stag_2d() local
517 …idxGlobal[count] = globalOffset + j * entriesPerElementRowNeighbor + i * stag->entriesPerElement +… in DMSetUp_Stag_2d()
[all …]