Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag2d.c441 const PetscInt *const nNeighbor = nNeighbors[neighbor]; in DMSetUp_Stag_2d() local
442 const PetscInt entriesPerElementRowNeighbor = stag->entriesPerElement * nNeighbor[0]; in DMSetUp_Stag_2d()
444 const PetscInt j = nNeighbor[1] - ghostOffsetStart[1] + jghost; in DMSetUp_Stag_2d()
446 const PetscInt i = nNeighbor[0] - ghostOffsetStart[0] + ighost; in DMSetUp_Stag_2d()
460 const PetscInt *const nNeighbor = nNeighbors[neighbor]; in DMSetUp_Stag_2d() local
463 const PetscInt j = nNeighbor[1] - ghostOffsetStart[1] + jghost; in DMSetUp_Stag_2d()
490 const PetscInt *const nNeighbor = nNeighbors[neighbor]; in DMSetUp_Stag_2d() local
491 …const PetscInt entriesPerElementRowNeighbor = nNeighbor[0] * stag->entriesPerElement + (nex… in DMSetUp_Stag_2d()
493 const PetscInt j = nNeighbor[1] - ghostOffsetStart[1] + jghost; in DMSetUp_Stag_2d()
510 const PetscInt *const nNeighbor = nNeighbors[neighbor]; in DMSetUp_Stag_2d() local
[all …]