Searched refs:nNeighbor (Results 1 – 1 of 1) sorted by relevance
441 const PetscInt *const nNeighbor = nNeighbors[neighbor]; in DMSetUp_Stag_2d() local442 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() local463 const PetscInt j = nNeighbor[1] - ghostOffsetStart[1] + jghost; in DMSetUp_Stag_2d()490 const PetscInt *const nNeighbor = nNeighbors[neighbor]; in DMSetUp_Stag_2d() local491 …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 …]