| /petsc/src/sys/tests/ |
| H A D | ex13f.F90 | 15 PetscCallA(PetscViewerASCIIOpen(PETSC_COMM_WORLD, "stdout", o1, ierr)) 16 PetscCallA(PetscViewerASCIIOpen(PETSC_COMM_WORLD, "stderr", o2, ierr))
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex54.c | 153 PetscCall(PetscViewerASCIIOpen(comm, "Amat.m", &viewer)); in main() 177 PetscCall(PetscViewerASCIIOpen(comm, "rhs.m", &viewer)); in main() 184 PetscCall(PetscViewerASCIIOpen(comm, "solution.m", &viewer)); in main() 197 PetscCall(PetscViewerASCIIOpen(comm, "residual.m", &viewer)); in main()
|
| H A D | ex55.c | 208 PetscCall(PetscViewerASCIIOpen(comm, "Amat.m", &viewer)); in main() 244 PetscCall(PetscViewerASCIIOpen(comm, "residual.m", &viewer)); in main()
|
| H A D | ex72.c | 234 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_WORLD, "max.data", &viewer)); in main() 237 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_WORLD, "min.data", &viewer)); in main() 240 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_WORLD, "l1.data", &viewer)); in main()
|
| H A D | ex2f.F90 | 369 PetscCallA(PetscViewerASCIIOpen(PETSC_COMM_WORLD, 'report_performance.xml', viewer, ierr))
|
| H A D | ex76.c | 316 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_WORLD, name, &viewer)); in main()
|
| H A D | ex56.c | 278 PetscCall(PetscViewerASCIIOpen(comm, "Amat.m", &viewer)); in main()
|
| /petsc/src/sys/classes/viewer/tests/ |
| H A D | ex3.c | 16 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_WORLD, "stdout", &viewer)); in main()
|
| /petsc/src/dm/tests/ |
| H A D | ex21.c | 80 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_WORLD, "dac_7.vtu", &vv)); in test1_DAInjection3d() 84 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_WORLD, "daf_7.vtu", &vv)); in test1_DAInjection3d()
|
| H A D | ex36.c | 372 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_WORLD, "dac_1D.vtr", &vv)); in da_test_RefineCoords1D() 376 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_WORLD, "daf_1D.vtr", &vv)); in da_test_RefineCoords1D() 458 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_WORLD, "dac_2D.vtr", &vv)); in da_test_RefineCoords2D() 462 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_WORLD, "daf_2D.vtr", &vv)); in da_test_RefineCoords2D() 551 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_WORLD, "dac_3D.vtr", &vv)); in da_test_RefineCoords3D() 555 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_WORLD, "daf_3D.vtr", &vv)); in da_test_RefineCoords3D()
|
| H A D | ex7.c | 73 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_SELF, filename, &viewer)); in main()
|
| /petsc/src/snes/interface/noise/ |
| H A D | snesnoise.c | 242 PetscCall(PetscViewerASCIIOpen(comm, "y1.out", &view2)); in JacMatMultCompare() 263 PetscCall(PetscViewerASCIIOpen(comm, filename, &view2)); in JacMatMultCompare()
|
| /petsc/src/sys/classes/viewer/impls/ascii/ |
| H A D | vcreatea.c | 185 PetscErrorCode PetscViewerASCIIOpen(MPI_Comm comm, const char name[], PetscViewer *viewer) in PetscViewerASCIIOpen() function
|
| /petsc/src/sys/classes/viewer/impls/glvis/ |
| H A D | glvis.c | 270 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_SELF, "stdout", &socket->meshwindow)); in PetscViewerGLVisGetDMWindow_Internal() 276 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_SELF, filename, &socket->meshwindow)); in PetscViewerGLVisGetDMWindow_Internal() 387 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_SELF, "stdout", &socket->window[wid])); in PetscViewerGLVisGetWindow_Internal() 394 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_SELF, filename, &socket->window[wid])); in PetscViewerGLVisGetWindow_Internal()
|
| /petsc/src/mat/tests/ |
| H A D | ex89.c | 93 PetscCall(PetscViewerASCIIOpen(comm, NULL, &viewer)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvwr.pxi | 82 PetscErrorCode PetscViewerASCIIOpen(MPI_Comm, char[], PetscViewer*)
|
| /petsc/src/snes/tutorials/ |
| H A D | ex1f.F90 | 289 PetscCallA(PetscViewerASCIIOpen(PETSC_COMM_WORLD, 'filename.xml', viewer, ierr))
|
| /petsc/src/dm/impls/network/ |
| H A D | networkview.c | 179 PetscCall(PetscViewerASCIIOpen(comm, filename, &csvViewer)); in DMView_Network_Matplotlib()
|
| /petsc/include/ |
| H A D | petscviewer.h | 51 PETSC_EXTERN PetscErrorCode PetscViewerASCIIOpen(MPI_Comm, const char[], PetscViewer *);
|
| /petsc/doc/manual/ |
| H A D | matlab.md | 35 `PETSCVIEWERASCII` (see `PetscViewerASCIIOpen()`, `PETSC_VIEWER_STDOUT_WORLD`,
|
| /petsc/src/ts/impls/pseudo/ |
| H A D | posindep.c | 287 PetscCall(PetscViewerASCIIOpen(PetscObjectComm((PetscObject)ts), "stdout", &viewer)); in TSSetFromOptions_Pseudo()
|
| /petsc/src/ksp/pc/impls/is/nn/ |
| H A D | nn.c | 367 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_WORLD, "coarse.m", &viewer)); in PCNNCreateCoarseMatrix()
|
| /petsc/src/ts/tests/ |
| H A D | ex4.c | 168 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_WORLD, "out.m", &viewfile)); in main()
|
| /petsc/src/tao/linesearch/interface/ |
| H A D | taolinesearch.c | 506 PetscCall(PetscViewerASCIIOpen(PetscObjectComm((PetscObject)ls), monfilename, &monviewer)); in TaoLineSearchSetFromOptions()
|
| /petsc/src/ts/adapt/interface/ |
| H A D | tsadapt.c | 351 …if (!adapt->monitor) PetscCall(PetscViewerASCIIOpen(PetscObjectComm((PetscObject)adapt), "stdout",… in TSAdaptSetMonitor()
|