| /petsc/src/sys/classes/draw/interface/ |
| H A D | draw.c | 94 PetscErrorCode PetscDrawResizeWindow(PetscDraw draw, int w, int h) in PetscDrawResizeWindow() 120 PetscErrorCode PetscDrawGetWindowSize(PetscDraw draw, int *w, int *h) in PetscDrawGetWindowSize() 143 PetscErrorCode PetscDrawCheckResizedWindow(PetscDraw draw) in PetscDrawCheckResizedWindow() 166 PetscErrorCode PetscDrawGetTitle(PetscDraw draw, const char *title[]) in PetscDrawGetTitle() 197 PetscErrorCode PetscDrawSetTitle(PetscDraw draw, const char title[]) in PetscDrawSetTitle() 225 PetscErrorCode PetscDrawAppendTitle(PetscDraw draw, const char title[]) in PetscDrawAppendTitle() 246 static PetscErrorCode PetscDrawDestroy_Private(PetscDraw draw) in PetscDrawDestroy_Private() 272 PetscErrorCode PetscDrawDestroy(PetscDraw *draw) in PetscDrawDestroy() 316 PetscErrorCode PetscDrawGetPopup(PetscDraw draw, PetscDraw *popup) in PetscDrawGetPopup() 345 PetscErrorCode PetscDrawSetDisplay(PetscDraw draw, const char display[]) in PetscDrawSetDisplay() [all …]
|
| H A D | dline.c | 24 PetscErrorCode PetscDrawGetBoundingBox(PetscDraw draw, PetscReal *xl, PetscReal *yl, PetscReal *xr,… in PetscDrawGetBoundingBox() 55 PetscErrorCode PetscDrawGetCurrentPoint(PetscDraw draw, PetscReal *x, PetscReal *y) in PetscDrawGetCurrentPoint() 80 PetscErrorCode PetscDrawSetCurrentPoint(PetscDraw draw, PetscReal x, PetscReal y) in PetscDrawSetCurrentPoint() 103 PetscErrorCode PetscDrawPushCurrentPoint(PetscDraw draw, PetscReal x, PetscReal y) in PetscDrawPushCurrentPoint() 125 PetscErrorCode PetscDrawPopCurrentPoint(PetscDraw draw) in PetscDrawPopCurrentPoint() 151 PetscErrorCode PetscDrawLine(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr… in PetscDrawLine() 177 PetscErrorCode PetscDrawArrow(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal y… in PetscDrawArrow() 200 PetscErrorCode PetscDrawLineSetWidth(PetscDraw draw, PetscReal width) in PetscDrawLineSetWidth() 228 PetscErrorCode PetscDrawLineGetWidth(PetscDraw draw, PetscReal *width) in PetscDrawLineGetWidth()
|
| H A D | dclear.c | 19 PetscErrorCode PetscDrawClear(PetscDraw draw) in PetscDrawClear() 40 PetscErrorCode PetscDrawBOP(PetscDraw draw) in PetscDrawBOP() 59 PetscErrorCode PetscDrawEOP(PetscDraw draw) in PetscDrawEOP()
|
| H A D | dpause.c | 16 PetscErrorCode PetscDrawPause(PetscDraw draw) in PetscDrawPause() 45 PetscErrorCode PetscDrawSetPause(PetscDraw draw, PetscReal lpause) in PetscDrawSetPause() 71 PetscErrorCode PetscDrawGetPause(PetscDraw draw, PetscReal *lpause) in PetscDrawGetPause()
|
| H A D | dpoint.c | 19 PetscErrorCode PetscDrawPoint(PetscDraw draw, PetscReal xl, PetscReal yl, int cl) in PetscDrawPoint() 42 PetscErrorCode PetscDrawPointPixel(PetscDraw draw, int x, int y, int c) in PetscDrawPointPixel() 68 PetscErrorCode PetscDrawPointSetSize(PetscDraw draw, PetscReal width) in PetscDrawPointSetSize()
|
| H A D | dtext.c | 21 PetscErrorCode PetscDrawString(PetscDraw draw, PetscReal xl, PetscReal yl, int cl, const char text[… in PetscDrawString() 47 PetscErrorCode PetscDrawStringVertical(PetscDraw draw, PetscReal xl, PetscReal yl, int cl, const ch… in PetscDrawStringVertical() 81 PetscErrorCode PetscDrawStringCentered(PetscDraw draw, PetscReal xc, PetscReal yl, int cl, const ch… in PetscDrawStringCentered() 119 PetscErrorCode PetscDrawStringBoxed(PetscDraw draw, PetscReal sxl, PetscReal syl, int sc, int bc, c… in PetscDrawStringBoxed() 185 PetscErrorCode PetscDrawStringSetSize(PetscDraw draw, PetscReal width, PetscReal height) in PetscDrawStringSetSize() 209 PetscErrorCode PetscDrawStringGetSize(PetscDraw draw, PetscReal *width, PetscReal *height) in PetscDrawStringGetSize()
|
| H A D | drawreg.c | 60 PetscDraw draw; in PetscDrawView() local 137 PetscDraw draw; in PetscDrawCreate() local 207 PetscErrorCode PetscDrawSetType(PetscDraw draw, PetscDrawType type) in PetscDrawSetType() 277 PetscErrorCode PetscDrawGetType(PetscDraw draw, PetscDrawType *type) in PetscDrawGetType() 338 PetscErrorCode PetscDrawSetOptionsPrefix(PetscDraw draw, const char prefix[]) in PetscDrawSetOptionsPrefix() 374 PetscErrorCode PetscDrawSetFromOptions(PetscDraw draw) in PetscDrawSetFromOptions()
|
| H A D | dsave.c | 38 PetscErrorCode PetscDrawSetSave(PetscDraw draw, const char filename[]) in PetscDrawSetSave() 99 PetscErrorCode PetscDrawSetSaveMovie(PetscDraw draw, const char movieext[]) in PetscDrawSetSaveMovie() 141 PetscErrorCode PetscDrawSetSaveFinalImage(PetscDraw draw, const char filename[]) in PetscDrawSetSaveFinalImage() 175 PetscErrorCode PetscDrawSave(PetscDraw draw) in PetscDrawSave() 255 PetscErrorCode PetscDrawSaveMovie(PetscDraw draw) in PetscDrawSaveMovie() 338 static PetscErrorCode PetscDrawSave_SAWs(PetscDraw draw) in PetscDrawSave_SAWs()
|
| H A D | dmarker.c | 22 PetscErrorCode PetscDrawMarker(PetscDraw draw, PetscReal xl, PetscReal yl, int cl) in PetscDrawMarker() 75 PetscErrorCode PetscDrawSetMarkerType(PetscDraw draw, PetscDrawMarkerType mtype) in PetscDrawSetMarkerType() 96 PetscErrorCode PetscDrawGetMarkerType(PetscDraw draw, PetscDrawMarkerType *mtype) in PetscDrawGetMarkerType()
|
| H A D | dviewp.c | 25 PetscErrorCode PetscDrawSetViewPort(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, Petsc… in PetscDrawSetViewPort() 62 PetscErrorCode PetscDrawGetViewPort(PetscDraw draw, PetscReal *xl, PetscReal *yl, PetscReal *xr, Pe… in PetscDrawGetViewPort() 90 PetscErrorCode PetscDrawSplitViewPort(PetscDraw draw) in PetscDrawSplitViewPort() 152 PetscErrorCode PetscDrawViewPortsCreate(PetscDraw draw, PetscInt nports, PetscDrawViewPorts *newpor… in PetscDrawViewPortsCreate() 236 PetscErrorCode PetscDrawViewPortsCreateRect(PetscDraw draw, PetscInt nx, PetscInt ny, PetscDrawView… in PetscDrawViewPortsCreateRect()
|
| H A D | drect.c | 22 PetscErrorCode PetscDrawIndicatorFunction(PetscDraw draw, PetscReal xmin, PetscReal xmax, PetscReal… in PetscDrawIndicatorFunction() 69 PetscErrorCode PetscDrawCoordinateToPixel(PetscDraw draw, PetscReal x, PetscReal y, int *i, int *j) in PetscDrawCoordinateToPixel() 95 PetscErrorCode PetscDrawPixelToCoordinate(PetscDraw draw, int i, int j, PetscReal *x, PetscReal *y) in PetscDrawPixelToCoordinate() 124 PetscErrorCode PetscDrawRectangle(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscRe… in PetscDrawRectangle()
|
| H A D | dcoor.c | 23 PetscErrorCode PetscDrawSetCoordinates(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, Pe… in PetscDrawSetCoordinates() 54 PetscErrorCode PetscDrawGetCoordinates(PetscDraw draw, PetscReal *xl, PetscReal *yl, PetscReal *xr,… in PetscDrawGetCoordinates()
|
| H A D | dflush.c | 18 PetscErrorCode PetscDrawFlush(PetscDraw draw) in PetscDrawFlush()
|
| /petsc/src/sys/classes/draw/impls/null/ |
| H A D | drawnull.c | 3 static PetscErrorCode PetscDrawCoordinateToPixel_Null(PetscDraw draw, PetscReal x, PetscReal y, int… in PetscDrawCoordinateToPixel_Null() 10 static PetscErrorCode PetscDrawPixelToCoordinate_Null(PetscDraw draw, int i, int j, PetscReal *x, P… in PetscDrawPixelToCoordinate_Null() 17 static PetscErrorCode PetscDrawPoint_Null(PetscDraw draw, PetscReal x, PetscReal y, int c) in PetscDrawPoint_Null() 23 static PetscErrorCode PetscDrawPointPixel_Null(PetscDraw draw, int x, int y, int c) in PetscDrawPointPixel_Null() 29 static PetscErrorCode PetscDrawLineGetWidth_Null(PetscDraw draw, PetscReal *width) in PetscDrawLineGetWidth_Null() 36 static PetscErrorCode PetscDrawLine_Null(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, … in PetscDrawLine_Null() 42 static PetscErrorCode PetscDrawArrow_Null(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr,… in PetscDrawArrow_Null() 48 static PetscErrorCode PetscDrawRectangle_Null(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal… in PetscDrawRectangle_Null() 60 static PetscErrorCode PetscDrawTriangle_Null(PetscDraw draw, PetscReal X1, PetscReal Y_1, PetscReal… in PetscDrawTriangle_Null() 66 static PetscErrorCode PetscDrawStringGetSize_Null(PetscDraw draw, PetscReal *x, PetscReal *y) in PetscDrawStringGetSize_Null() [all …]
|
| /petsc/src/sys/classes/draw/impls/image/ |
| H A D | drawimage.c | 13 #define XTRANS(draw, img, x) ((int)(((img)->w - 1) * ((draw)->port_xl + ((((x) - (draw)->coor_xl) *… argument 14 #define YTRANS(draw, img, y) (((img)->h - 1) - (int)(((img)->h - 1) * ((draw)->port_yl + ((((y) - (… argument 16 #define ITRANS(draw, img, i) ((draw)->coor_xl + (((PetscReal)(i)) * ((draw)->coor_xr - (draw)->coor… argument 17 #define JTRANS(draw, img, j) ((draw)->coor_yl + (((PetscReal)(j)) / ((img)->h - 1) + (draw)->port_y… argument 19 static PetscErrorCode PetscDrawSetViewport_Image(PetscDraw draw, PetscReal xl, PetscReal yl, PetscR… in PetscDrawSetViewport_Image() 41 static PetscErrorCode PetscDrawCoordinateToPixel_Image(PetscDraw draw, PetscReal x, PetscReal y, in… in PetscDrawCoordinateToPixel_Image() 51 static PetscErrorCode PetscDrawPixelToCoordinate_Image(PetscDraw draw, int i, int j, PetscReal *x, … in PetscDrawPixelToCoordinate_Image() 69 static PetscErrorCode PetscDrawPoint_Image(PetscDraw draw, PetscReal x, PetscReal y, int c) in PetscDrawPoint_Image() 84 static PetscErrorCode PetscDrawPointPixel_Image(PetscDraw draw, int x, int y, int c) in PetscDrawPointPixel_Image() 104 static PetscErrorCode PetscDrawLineGetWidth_Image(PetscDraw draw, PetscReal *width) in PetscDrawLineGetWidth_Image() [all …]
|
| /petsc/src/sys/classes/draw/impls/win32/ |
| H A D | win32draw.c | 24 #define XTRANS(draw, win, x) (int)(((win)->w) * ((draw)->port_xl + (((x - (draw)->coor_xl) * ((draw… argument 25 #define YTRANS(draw, win, y) (int)(((win)->h) * (1.0 - (draw)->port_yl - (((y - (draw)->coor_yl) * … argument 47 static PetscErrorCode PetscDrawSetDoubleBuffer_Win32(PetscDraw draw) in PetscDrawSetDoubleBuffer_Win32() 66 static PetscErrorCode PetscDrawFlush_Win32(PetscDraw draw) in PetscDrawFlush_Win32() 97 static PetscErrorCode PetscDrawGetMouseButton_Win32(PetscDraw draw, PetscDrawButton *button, PetscR… in PetscDrawGetMouseButton_Win32() 142 static PetscErrorCode PetscDrawPause_Win32(PetscDraw draw) in PetscDrawPause_Win32() 149 static PetscErrorCode TranslateColor_Win32(PetscDraw draw, int color) in TranslateColor_Win32() 157 static PetscErrorCode AverageColorRectangle_Win32(PetscDraw draw, int c1, int c2, int c3, int c4) in AverageColorRectangle_Win32() 166 static PetscErrorCode AverageColorTriangle_Win32(PetscDraw draw, int c1, int c2, int c3) in AverageColorTriangle_Win32() 175 static PetscErrorCode PetscDrawRectangle_Win32(PetscDraw draw, PetscReal xl, PetscReal yl, PetscRea… in PetscDrawRectangle_Win32() [all …]
|
| /petsc/src/sys/classes/draw/impls/x/ |
| H A D | xops.c | 10 #define XTRANS(draw, xwin, x) ((int)(((xwin)->w - 1) * ((draw)->port_xl + (((x - (draw)->coor_xl) *… argument 11 #define YTRANS(draw, xwin, y) (((xwin)->h - 1) - (int)(((xwin)->h - 1) * ((draw)->port_yl + (((y - … argument 13 #define ITRANS(draw, xwin, i) ((draw)->coor_xl + (((PetscReal)(i)) * ((draw)->coor_xr - (draw)->coo… argument 14 #define JTRANS(draw, xwin, j) ((draw)->coor_yl + (((PetscReal)(j)) / ((xwin)->h - 1) + (draw)->port… argument 16 static PetscErrorCode PetscDrawSetViewport_X(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal … in PetscDrawSetViewport_X() 37 static PetscErrorCode PetscDrawCoordinateToPixel_X(PetscDraw draw, PetscReal x, PetscReal y, int *i… in PetscDrawCoordinateToPixel_X() 47 static PetscErrorCode PetscDrawPixelToCoordinate_X(PetscDraw draw, int i, int j, PetscReal *x, Pets… in PetscDrawPixelToCoordinate_X() 57 static PetscErrorCode PetscDrawPoint_X(PetscDraw draw, PetscReal x, PetscReal y, int c) in PetscDrawPoint_X() 72 static PetscErrorCode PetscDrawPointPixel_X(PetscDraw draw, int x, int y, int c) in PetscDrawPointPixel_X() 82 static PetscErrorCode PetscDrawLine_X(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, Pet… in PetscDrawLine_X() [all …]
|
| /petsc/src/sys/classes/draw/impls/tikz/ |
| H A D | tikz.c | 45 static PetscErrorCode PetscDrawDestroy_TikZ(PetscDraw draw) in PetscDrawDestroy_TikZ() 68 #define XTRANS(draw, x) (double)((draw)->port_xl + (((x - (draw)->coor_xl) * ((draw)->port_xr - (dr… argument 69 #define YTRANS(draw, y) (double)((draw)->port_yl + (((y - (draw)->coor_yl) * ((draw)->port_yr - (dr… argument 71 static PetscErrorCode PetscDrawClear_TikZ(PetscDraw draw) in PetscDrawClear_TikZ() 86 static PetscErrorCode PetscDrawLine_TikZ(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, … in PetscDrawLine_TikZ() 96 static PetscErrorCode PetscDrawRectangle_TikZ(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal… in PetscDrawRectangle_TikZ() 106 static PetscErrorCode PetscDrawTriangle_TikZ(PetscDraw draw, PetscReal x1, PetscReal y1, PetscReal … in PetscDrawTriangle_TikZ() 116 static PetscErrorCode PetscDrawEllipse_TikZ(PetscDraw draw, PetscReal x, PetscReal y, PetscReal a, … in PetscDrawEllipse_TikZ() 129 static PetscErrorCode PetscDrawString_TikZ(PetscDraw draw, PetscReal xl, PetscReal yl, int cl, cons… in PetscDrawString_TikZ() 139 static PetscErrorCode PetscDrawStringVertical_TikZ(PetscDraw draw, PetscReal xl, PetscReal yl, int … in PetscDrawStringVertical_TikZ() [all …]
|
| /petsc/src/sys/classes/draw/utils/ftn-custom/ |
| H A D | zzoomf.c | 12 static PetscErrorCode ourdrawzoom(PetscDraw draw, PetscCtx ctx) in ourdrawzoom() 20 PETSC_EXTERN void petscdrawzoom_(PetscDraw *draw, FCN f, PetscCtx ctx, PetscErrorCode *ierr) in petscdrawzoom_()
|
| /petsc/src/sys/classes/draw/tests/ |
| H A D | ex4.c | 12 PetscErrorCode zoomfunction(PetscDraw draw, void *dummy) in zoomfunction() 31 PetscDraw draw; in main() local
|
| H A D | ex4f.F90 | 10 subroutine zoomfunction(draw, dummy, ierr) argument
|
| H A D | ex11.c | 8 PetscDraw draw; in main() local
|
| /petsc/include/ |
| H A D | petscdraw.h | 255 PetscDraw draw; member 390 #define PetscDrawCollectiveBegin(draw) \ argument 435 #define PetscDrawCollectiveEnd(draw) \ argument 449 #define PetscDrawCollectiveBegin(draw) argument 450 #define PetscDrawCollectiveEnd(draw) argument
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | bars.c | 35 PetscErrorCode PetscDrawBarCreate(PetscDraw draw, PetscDrawBar *bar) in PetscDrawBarCreate() 134 PetscDraw draw; in PetscDrawBarDraw() local 354 PetscErrorCode PetscDrawBarGetDraw(PetscDrawBar bar, PetscDraw *draw) in PetscDrawBarGetDraw()
|
| /petsc/src/sys/classes/viewer/impls/draw/ |
| H A D | drawv.c | 236 PetscDraw draw, sdraw; in PetscViewerGetSubViewer_Draw() local 259 PetscDraw draw; in PetscViewerGetSubViewer_Draw() local 276 PetscDraw draw, sdraw; in PetscViewerRestoreSubViewer_Draw() local 292 PetscDraw draw; in PetscViewerRestoreSubViewer_Draw() local 318 PetscDraw draw; in PetscViewerView_Draw() local 423 PetscDraw draw; in PetscViewerDrawGetPause() local
|