Searched refs:PetscOptionsView (Results 1 – 16 of 16) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex32.c | 12 PetscCall(PetscOptionsView(NULL, NULL)); in main()
|
| H A D | ex47f.F90 | 17 PetscCallA(PetscOptionsView(PETSC_NULL_OPTIONS, PETSC_VIEWER_STDOUT_WORLD, ierr))
|
| H A D | ex48f90.F90 | 16 PetscCallA(PetscOptionsView(PETSC_NULL_OPTIONS, PETSC_VIEWER_STDOUT_WORLD, ierr))
|
| H A D | ex47.c | 37 PetscCall(PetscOptionsView(NULL, PETSC_VIEWER_STDOUT_WORLD)); in main()
|
| /petsc/src/sys/tutorials/ |
| H A D | ex10f.F90 | 16 PetscCallA(PetscOptionsView(PETSC_NULL_OPTIONS, viewer, ierr))
|
| H A D | ex19.c | 14 PetscCall(PetscOptionsView(options, PETSC_VIEWER_STDOUT_WORLD)); in main()
|
| /petsc/src/ksp/ksp/tests/benchmarkscatters/ |
| H A D | ex1.c | 102 PetscCall(PetscOptionsView(NULL, viewer)); in PetscLogView_VecScatter()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Options.pyx | 109 Viewer, petsc.PetscOptionsView 114 CHKERR(PetscOptionsView(self.opt, vwr))
|
| H A D | petscopt.pxi | 8 PetscErrorCode PetscOptionsView(PetscOptions, PetscViewer)
|
| /petsc/doc/changes/ |
| H A D | dev.md | 12 …ehavior of `-options_left` when set to `true`: it no longer triggers a call to `PetscOptionsView()`
|
| H A D | 37.md | 42 PetscOptionsView(PetscOptions,PetscViewer);
|
| H A D | 32.md | 24 - Changed PetscOptionsPrint() to PetscOptionsView()
|
| /petsc/include/ |
| H A D | petscoptions.h | 59 PETSC_EXTERN PetscErrorCode PetscOptionsView(PetscOptions, PetscViewer);
|
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 1577 if (flg2) PetscCall(PetscOptionsView(NULL, PETSC_VIEWER_STDOUT_WORLD)); in PetscFinalize()
|
| H A D | options.c | 942 PetscErrorCode PetscOptionsView(PetscOptions options, PetscViewer viewer) in PetscOptionsView() function
|
| /petsc/src/sys/logging/handler/impls/default/ |
| H A D | logdefault.c | 1814 PetscCall(PetscOptionsView(NULL, viewer)); in PetscLogHandlerView_Default_Info()
|