Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/impls/null/
H A Ddrawnull.c108 static struct _PetscDrawOps DvOps = {NULL, /* PetscDrawSetDoubleBuffer_Null */ variable
172 draw->ops[0] = DvOps; in PetscDrawCreate_Null()
/petsc/src/sys/classes/draw/impls/tikz/
H A Dtikz.c181 static struct _PetscDrawOps DvOps = {NULL, NULL, PetscDrawLine_TikZ, NULL, NULL, NULL, NULL, PetscD… variable
188 draw->ops[0] = DvOps; in PetscDrawCreate_TikZ()
/petsc/src/sys/classes/draw/impls/image/
H A Ddrawimage.c482 static struct _PetscDrawOps DvOps = {PetscDrawSetDoubleBuffer_Image, PetscDrawFlush_Image, PetscDra… variable
565 draw->ops[0] = DvOps; in PetscDrawCreate_Image()
/petsc/src/sys/classes/draw/impls/x/
H A Dxops.c574 static struct _PetscDrawOps DvOps = {PetscDrawSetDoubleBuffer_X, PetscDrawFlush_X, PetscDrawLine_X,… variable
583 (*sdraw)->ops[0] = DvOps; in PetscDrawGetSingleton_X()
815 draw->ops[0] = DvOps; in PetscDrawCreate_X()
/petsc/src/sys/classes/draw/impls/win32/
H A Dwin32draw.c572 static struct _PetscDrawOps DvOps = {PetscDrawSetDoubleBuffer_Win32, PetscDrawFlush_Win32, PetscDra… variable
602 draw->ops[0] = DvOps; in PetscDrawCreate_Win32()
/petsc/src/vec/vec/impls/seq/
H A Dbvec2.c714 static struct _VecOps DvOps = { variable
840 v->ops[0] = DvOps; in VecCreate_Seq_Private()
/petsc/src/vec/vec/impls/mpi/
H A Dpbvec.c455 static struct _VecOps DvOps = { variable
565 v->ops[0] = DvOps; in VecCreate_MPI_Private()