Searched refs:edgeDiv (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 1889 … Nv, const PetscReal refVertices[], const PetscScalar coords[], PetscInt edgeDiv, PetscReal refCoo… in DrawPolygon_Private() argument 1905 for (PetscInt d = 1; d <= edgeDiv; ++d) { in DrawPolygon_Private() 1906 …oords[d * 2 + 0] = refCoords[0] + (refVertices[(e + 1) % Nv * 2 + 0] - refCoords[0]) * d / edgeDiv; in DrawPolygon_Private() 1907 …oords[d * 2 + 1] = refCoords[1] + (refVertices[(e + 1) % Nv * 2 + 1] - refCoords[1]) * d / edgeDiv; in DrawPolygon_Private() 1909 PetscCall(DMPlexReferenceToCoordinates(dm, cell, edgeDiv + 1, refCoords, edgeCoords)); in DrawPolygon_Private() 1910 for (PetscInt d = 0; d < edgeDiv; ++d) { in DrawPolygon_Private() 1918 … dm, PetscDraw draw, PetscInt cell, const PetscScalar coords[], PetscInt edgeDiv, PetscReal refCoo… in DMPlexDrawCellHighOrder() argument 1928 …PetscCall(DrawPolygon_Private(dm, draw, cell, 3, refVertices, coords, edgeDiv, refCoords, edgeCoor… in DMPlexDrawCellHighOrder() 1933 …PetscCall(DrawPolygon_Private(dm, draw, cell, 4, refVertices, coords, edgeDiv, refCoords, edgeCoor… in DMPlexDrawCellHighOrder() 1950 …PetscInt dim, vStart, vEnd, cStart, cEnd, c, cDegree, edgeDiv, lineColor = PETSC_DETERMINE, ce… in DMPlexView_Draw() local [all …]
|