Home
last modified time | relevance | path

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

/petsc/src/dm/impls/network/
H A Dnetworkmonitor.c149 PetscCall(PetscViewerPushFormat(node->viewer, PETSC_VIEWER_DRAW_LG_XRANGE)); in DMNetworkMonitorAdd()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvwr.pxi42 PETSC_VIEWER_DRAW_LG_XRANGE
H A DViewer.pyx45 DRAW_LG_XRANGE = PETSC_VIEWER_DRAW_LG_XRANGE
/petsc/include/
H A Dpetscviewer.h164 PETSC_VIEWER_DRAW_LG_XRANGE, enumerator
/petsc/src/vec/vec/impls/seq/
H A Dbvec2.c371 if (format == PETSC_VIEWER_DRAW_LG_XRANGE) { in VecView_Seq_Draw_LG()