Home
last modified time | relevance | path

Searched refs:PetscViewerSetFromOptions (Results 1 – 21 of 21) sorted by relevance

/petsc/src/vec/vec/tests/
H A Dex47.c25 PetscCall(PetscViewerSetFromOptions(H5viewer)); in main()
42 PetscCall(PetscViewerSetFromOptions(H5viewer)); in main()
/petsc/src/dm/tutorials/
H A Dex9.c52 PetscCall(PetscViewerSetFromOptions(viewer)); in main()
70 PetscCall(PetscViewerSetFromOptions(viewer)); in main()
H A Dex10.c65 PetscCall(PetscViewerSetFromOptions(H5viewer)); in main()
79 PetscCall(PetscViewerSetFromOptions(H5viewer)); in main()
/petsc/src/sys/classes/viewer/tests/
H A Dex3.c13 PetscCall(PetscViewerSetFromOptions(viewer)); in main()
/petsc/src/sys/classes/viewer/impls/pyvista/
H A Dpyvistaviewer.c30 PetscCallNull(PetscViewerSetFromOptions(viewer)); in PETSC_VIEWER_PYVISTA_()
/petsc/src/mat/tutorials/
H A Dex10.c36 PetscCall(PetscViewerSetFromOptions(fd)); in main()
/petsc/src/dm/impls/plex/
H A Dplexexodusii.c103 PetscCall(PetscViewerSetFromOptions(*exo)); in PetscViewerExodusIIOpen()
H A Dplexcreate.c7349 PetscCall(PetscViewerSetFromOptions(viewer)); in DMPlexCreateFromFile()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvwr.pxi79 PetscErrorCode PetscViewerSetFromOptions(PetscViewer)
H A DViewer.pyx470 petsc_options, petsc.PetscViewerSetFromOptions
473 CHKERR(PetscViewerSetFromOptions(self.vwr))
H A Dlibpetsc4py.pyx470 " * PetscViewerSetFromOptions(viewer) and pass option "
/petsc/src/sys/classes/viewer/interface/
H A Dviewreg.c288 PetscCall(PetscViewerSetFromOptions(*viewer)); in PetscOptionsCreateViewers_Single()
622 PetscErrorCode PetscViewerSetFromOptions(PetscViewer viewer) in PetscViewerSetFromOptions() function
/petsc/include/
H A Dpetscviewer.h48 PETSC_EXTERN PetscErrorCode PetscViewerSetFromOptions(PetscViewer);
/petsc/src/ts/tutorials/hamiltonian/
H A Dex4.c442 PetscCall(PetscViewerSetFromOptions(ctx->viewerRho)); in SetupContext()
463 PetscCall(PetscViewerSetFromOptions(ctx->viewerRhoHat)); in SetupContext()
472 PetscCall(PetscViewerSetFromOptions(ctx->viewerPhi)); in SetupContext()
486 PetscCall(PetscViewerSetFromOptions(ctx->viewerN)); in SetupContext()
495 PetscCall(PetscViewerSetFromOptions(ctx->viewerP)); in SetupContext()
504 PetscCall(PetscViewerSetFromOptions(ctx->viewerE)); in SetupContext()
524 PetscCall(PetscViewerSetFromOptions(ctx->viewerNRes)); in SetupContext()
533 PetscCall(PetscViewerSetFromOptions(ctx->viewerPRes)); in SetupContext()
542 PetscCall(PetscViewerSetFromOptions(ctx->viewerERes)); in SetupContext()
H A Dex2.c357 PetscCall(PetscViewerSetFromOptions(ctx->viewerRho)); in SetupContext()
378 PetscCall(PetscViewerSetFromOptions(ctx->viewerRhoHat)); in SetupContext()
387 PetscCall(PetscViewerSetFromOptions(ctx->viewerPhi)); in SetupContext()
/petsc/src/sys/classes/viewer/impls/cgns/
H A Dcgnsv.c317 PetscCall(PetscViewerSetFromOptions(*viewer)); in PetscViewerCGNSOpen()
/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c882 PetscCall(PetscViewerSetFromOptions(*viewer)); in PetscViewerBinaryOpen()
1454 if (!vbinary->setfromoptionscalled) PetscCall(PetscViewerSetFromOptions(viewer)); in PetscViewerSetUp_Binary()
/petsc/src/sys/classes/viewer/impls/glvis/
H A Dglvis.c625 PetscCall(PetscViewerSetFromOptions(*viewer)); in PetscViewerGLVisOpen()
/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c701 PetscCall(PetscViewerSetFromOptions(*hdf5v)); in PetscViewerHDF5Open()
/petsc/src/ts/interface/
H A Dtsmon.c739 PetscCall(PetscViewerSetFromOptions((*ctx)->viewer)); in TSMonitorDrawCtxCreate()
/petsc/src/tao/interface/
H A Dtaosolver.c2833 PetscCall(PetscViewerSetFromOptions((*ctx)->viewer)); in TaoMonitorDrawCtxCreate()