draw.c (c90b701ee8da86c6fb76d5aea9fecd2a44e0e5b8) draw.c (94ef8dde638caef1d0cd84a7dc8a2db65fcda8b6)
1
2/*
3 Provides the calling sequences for all the basic PetscDraw routines.
4*/
5#include <petsc/private/drawimpl.h> /*I "petscdraw.h" I*/
6#include <petscviewer.h>
7
8PetscClassId PETSC_DRAW_CLASSID;

--- 344 unchanged lines hidden (view full) ---

353 ierr = PetscObjectSetOptionsPrefix((PetscObject)*popup,"popup_");CHKERRQ(ierr);
354 (*popup)->pause = 0.0;
355 ierr = PetscDrawSetFromOptions(*popup);CHKERRQ(ierr);
356 }
357 } else *popup = NULL;
358 PetscFunctionReturn(0);
359}
360
1
2/*
3 Provides the calling sequences for all the basic PetscDraw routines.
4*/
5#include <petsc/private/drawimpl.h> /*I "petscdraw.h" I*/
6#include <petscviewer.h>
7
8PetscClassId PETSC_DRAW_CLASSID;

--- 344 unchanged lines hidden (view full) ---

353 ierr = PetscObjectSetOptionsPrefix((PetscObject)*popup,"popup_");CHKERRQ(ierr);
354 (*popup)->pause = 0.0;
355 ierr = PetscDrawSetFromOptions(*popup);CHKERRQ(ierr);
356 }
357 } else *popup = NULL;
358 PetscFunctionReturn(0);
359}
360
361/*@
361/*@C
362 PetscDrawSetDisplay - Sets the display where a PetscDraw object will be displayed
363
364 Input Parameter:
365+ draw - the drawing context
366- display - the X windows display
367
368 Level: advanced
369

--- 117 unchanged lines hidden ---
362 PetscDrawSetDisplay - Sets the display where a PetscDraw object will be displayed
363
364 Input Parameter:
365+ draw - the drawing context
366- display - the X windows display
367
368 Level: advanced
369

--- 117 unchanged lines hidden ---