Searched refs:Jvoff (Results 1 – 1 of 1) sorted by relevance
3907 …const PetscInt J = (i * extent[1] + j) * extent[2] + k, Jvoff = (Npipes[0] + Npipes[1] + Npipes[2]… in DMPlexCreateTPSMesh_Internal() local3908 … PetscCheck(vcount / 3 == Jvoff, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Unexpected vertex count"); in DMPlexCreateTPSMesh_Internal()3932 cells[J][dir * 2 + 0][l][1] = Jvoff + jfaces[dir][0][l]; in DMPlexCreateTPSMesh_Internal()3933 cells[J][dir * 2 + 0][l][2] = Jvoff + jfaces[dir][0][(l - 1 + 4) % 4]; in DMPlexCreateTPSMesh_Internal()3935 cells[J][dir * 2 + 1][l][0] = Jvoff + jfaces[dir][1][l]; in DMPlexCreateTPSMesh_Internal()3938 cells[J][dir * 2 + 1][l][3] = Jvoff + jfaces[dir][1][(l - 1 + 4) % 4]; in DMPlexCreateTPSMesh_Internal()