Home
last modified time | relevance | path

Searched refs:PetscOptionsView (Results 1 – 16 of 16) sorted by relevance

/petsc/src/sys/tests/
H A Dex32.c12 PetscCall(PetscOptionsView(NULL, NULL)); in main()
H A Dex47f.F9017 PetscCallA(PetscOptionsView(PETSC_NULL_OPTIONS, PETSC_VIEWER_STDOUT_WORLD, ierr))
H A Dex48f90.F9016 PetscCallA(PetscOptionsView(PETSC_NULL_OPTIONS, PETSC_VIEWER_STDOUT_WORLD, ierr))
H A Dex47.c37 PetscCall(PetscOptionsView(NULL, PETSC_VIEWER_STDOUT_WORLD)); in main()
/petsc/src/sys/tutorials/
H A Dex10f.F9016 PetscCallA(PetscOptionsView(PETSC_NULL_OPTIONS, viewer, ierr))
H A Dex19.c14 PetscCall(PetscOptionsView(options, PETSC_VIEWER_STDOUT_WORLD)); in main()
/petsc/src/ksp/ksp/tests/benchmarkscatters/
H A Dex1.c102 PetscCall(PetscOptionsView(NULL, viewer)); in PetscLogView_VecScatter()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DOptions.pyx109 Viewer, petsc.PetscOptionsView
114 CHKERR(PetscOptionsView(self.opt, vwr))
H A Dpetscopt.pxi8 PetscErrorCode PetscOptionsView(PetscOptions, PetscViewer)
/petsc/doc/changes/
H A Ddev.md12 …ehavior of `-options_left` when set to `true`: it no longer triggers a call to `PetscOptionsView()`
H A D37.md42 PetscOptionsView(PetscOptions,PetscViewer);
H A D32.md24 - Changed PetscOptionsPrint() to PetscOptionsView()
/petsc/include/
H A Dpetscoptions.h59 PETSC_EXTERN PetscErrorCode PetscOptionsView(PetscOptions, PetscViewer);
/petsc/src/sys/objects/
H A Dpinit.c1577 if (flg2) PetscCall(PetscOptionsView(NULL, PETSC_VIEWER_STDOUT_WORLD)); in PetscFinalize()
H A Doptions.c942 PetscErrorCode PetscOptionsView(PetscOptions options, PetscViewer viewer) in PetscOptionsView() function
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c1814 PetscCall(PetscOptionsView(NULL, viewer)); in PetscLogHandlerView_Default_Info()