Searched refs:thisVert (Results 1 – 1 of 1) sorted by relevance
4202 PetscInt thisVert; in DMPlexCreateTPSMesh_Internal() local4204 vertToTrueVert[vIdx] = thisVert = count++; in DMPlexCreateTPSMesh_Internal()4206 for (PetscInt d = 0; d < 3; d++) vtxCoords[3 * thisVert + d] = patternCoords[v][d]; in DMPlexCreateTPSMesh_Internal()4207 vtxCoords[3 * thisVert + 0] += i * 2; in DMPlexCreateTPSMesh_Internal()4208 vtxCoords[3 * thisVert + 1] += j * 2; in DMPlexCreateTPSMesh_Internal()4209 vtxCoords[3 * thisVert + 2] += k * 2; in DMPlexCreateTPSMesh_Internal()