Home
last modified time | relevance | path

Searched refs:PETSC_VIEWER_DRAW_CONTOUR (Results 1 – 10 of 10) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvwr.pxi43 PETSC_VIEWER_DRAW_CONTOUR
H A DViewer.pyx46 DRAW_CONTOUR = PETSC_VIEWER_DRAW_CONTOUR
/petsc/include/
H A Dpetscviewer.h165 PETSC_VIEWER_DRAW_CONTOUR, enumerator
/petsc/src/ksp/ksp/interface/
H A Ditcl.c589 ksp->formatEV = PETSC_VIEWER_DRAW_CONTOUR; in KSPSetFromOptions()
H A Ditfunc.c711 if (format == PETSC_VIEWER_DRAW_CONTOUR) { in KSPViewEigenvalues_Internal()
/petsc/src/snes/interface/
H A Dsnes.c3074 if (flag_contour) PetscCall(PetscViewerPushFormat(vdraw, PETSC_VIEWER_DRAW_CONTOUR)); in SNESComputeJacobian()
3086 PetscCall(PetscViewerPushFormat(vdraw, PETSC_VIEWER_DRAW_CONTOUR)); in SNESComputeJacobian()
3141 if (flag_contour) PetscCall(PetscViewerPushFormat(vdraw, PETSC_VIEWER_DRAW_CONTOUR)); in SNESComputeJacobian()
3156 PetscCall(PetscViewerPushFormat(vdraw, PETSC_VIEWER_DRAW_CONTOUR)); in SNESComputeJacobian()
/petsc/src/mat/impls/sell/seq/
H A Dsell.c1321 if (format != PETSC_VIEWER_DRAW_CONTOUR) { in MatView_SeqSELL_Draw_Zoom()
/petsc/src/mat/impls/baij/seq/
H A Dbaij.c1917 if (format != PETSC_VIEWER_DRAW_CONTOUR) { in MatView_SeqBAIJ_Draw_Zoom()
/petsc/src/mat/impls/dense/seq/
H A Ddense.c1571 if (format != PETSC_VIEWER_DRAW_CONTOUR) { in MatView_SeqDense_Draw_Zoom()
/petsc/src/mat/impls/aij/seq/
H A Daij.c985 if (format != PETSC_VIEWER_DRAW_CONTOUR) { in MatView_SeqAIJ_Draw_Zoom()