Searched refs:drawAffine (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 1949 PetscBool isnull, drawAffine; in DMPlexView_Draw() local 1956 drawAffine = cDegree > 1 ? PETSC_FALSE : PETSC_TRUE; in DMPlexView_Draw() 1960 …((PetscObject)dm)->options, ((PetscObject)dm)->prefix, "-dm_view_draw_affine", &drawAffine, NULL)); in DMPlexView_Draw() 1961 …if (!drawAffine) PetscCall(PetscMalloc2((edgeDiv + 1) * dim, &refCoords, (edgeDiv + 1) * dim, &edg… in DMPlexView_Draw() 1984 if (drawAffine) PetscCall(DMPlexDrawCell(dm, draw, lineColor, cellColor, c, coords)); in DMPlexView_Draw() 1988 if (!drawAffine) PetscCall(PetscFree2(refCoords, edgeCoords)); in DMPlexView_Draw()
|