Searched refs:refVertices (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 1889 …ate(DM dm, PetscDraw draw, PetscInt cell, PetscInt Nv, const PetscReal refVertices[], const PetscS… in DrawPolygon_Private() argument 1903 refCoords[0] = refVertices[e * 2 + 0]; in DrawPolygon_Private() 1904 refCoords[1] = refVertices[e * 2 + 1]; in DrawPolygon_Private() 1906 …refCoords[d * 2 + 0] = refCoords[0] + (refVertices[(e + 1) % Nv * 2 + 0] - refCoords[0]) * d / edg… in DrawPolygon_Private() 1907 …refCoords[d * 2 + 1] = refCoords[1] + (refVertices[(e + 1) % Nv * 2 + 1] - refCoords[1]) * d / edg… in DrawPolygon_Private() 1926 PetscReal refVertices[6] = {-1., -1., 1., -1., -1., 1.}; in DMPlexDrawCellHighOrder() local 1928 …PetscCall(DrawPolygon_Private(dm, draw, cell, 3, refVertices, coords, edgeDiv, refCoords, edgeCoor… in DMPlexDrawCellHighOrder() 1931 PetscReal refVertices[8] = {-1., -1., 1., -1., 1., 1., -1., 1.}; in DMPlexDrawCellHighOrder() local 1933 …PetscCall(DrawPolygon_Private(dm, draw, cell, 4, refVertices, coords, edgeDiv, refCoords, edgeCoor… in DMPlexDrawCellHighOrder()
|