Home
last modified time | relevance | path

Searched refs:lineColor (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplex.c1826 int lineColor, cellColor; in DMPlexDrawCell() local
1832 lineColor = (int)(lC < 0 ? PETSC_DRAW_BLACK : lC); in DMPlexDrawCell()
1842 …etscCall(PetscDrawLine(draw, PetscRealPart(coords[0]), y, PetscRealPart(coords[1]), y, lineColor)); in DMPlexDrawCell()
1843 …etscDrawLine(draw, PetscRealPart(coords[0]), y + dy, PetscRealPart(coords[0]), y - dy, lineColor)); in DMPlexDrawCell()
1844 …etscDrawLine(draw, PetscRealPart(coords[1]), y + dy, PetscRealPart(coords[1]), y - dy, lineColor)); in DMPlexDrawCell()
1851 …rds[0]), PetscRealPart(coords[1]), PetscRealPart(coords[2]), PetscRealPart(coords[3]), lineColor)); in DMPlexDrawCell()
1852 …ds[1]) + l * dy, PetscRealPart(coords[0]) - l * dx, PetscRealPart(coords[1]) - l * dy, lineColor)); in DMPlexDrawCell()
1853 …ds[3]) + l * dy, PetscRealPart(coords[2]) - l * dx, PetscRealPart(coords[3]) - l * dy, lineColor)); in DMPlexDrawCell()
1861 …rds[0]), PetscRealPart(coords[1]), PetscRealPart(coords[2]), PetscRealPart(coords[3]), lineColor)); in DMPlexDrawCell()
1862 …rds[2]), PetscRealPart(coords[3]), PetscRealPart(coords[4]), PetscRealPart(coords[5]), lineColor)); in DMPlexDrawCell()
[all …]