Home
last modified time | relevance | path

Searched refs:PETSCVIEWERGLVIS (Results 1 – 18 of 18) sorted by relevance

/petsc/src/dm/interface/
H A Ddmglvis.c13 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in DMView_GLVis()
/petsc/src/sys/classes/viewer/interface/
H A Dviewregall.c58 PetscCall(PetscViewerRegister(PETSCVIEWERGLVIS, PetscViewerCreate_GLVis)); in PetscViewerRegisterAll()
H A Dviewreg.c172 …ETSCVIEWERMATLAB, PETSCVIEWERSAWS, PETSCVIEWERVTK, PETSCVIEWERHDF5, PETSCVIEWERGLVIS, PETSCVIEWERE… in PetscOptionsCreateViewers_Single()
/petsc/src/dm/tests/
H A Dex8.c13 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in VecView_Shell()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvwr.pxi15 PetscViewerType PETSCVIEWERGLVIS
H A DViewer.pyx16 GLVIS = S_(PETSCVIEWERGLVIS)
/petsc/src/sys/classes/viewer/impls/glvis/
H A Dglvis.c427 PetscValidHeaderSpecificType(viewer, PETSC_VIEWER_CLASSID, 1, PETSCVIEWERGLVIS); in PetscViewerGLVisRestoreWindow_Internal()
615 PetscCall(PetscViewerSetType(*viewer, PETSCVIEWERGLVIS)); in PetscViewerGLVisOpen()
/petsc/src/dm/impls/da/
H A Dda1.c23 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in DMView_DA_1d()
H A Dda2.c18 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in DMView_DA_2d()
H A Dgr2.c659 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in VecView_MPI_DA()
H A Dda3.c24 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in DMView_DA_3d()
/petsc/include/
H A Dpetscviewer.h34 #define PETSCVIEWERGLVIS "glvis" macro
/petsc/src/vec/vec/impls/seq/
H A Dbvec2.c458 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in VecView_Seq()
/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c667 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in VecView_MPI()
/petsc/src/dm/impls/composite/
H A Dpack.c1351 PetscCall(PetscViewerSetType(ctx->subv[i], PETSCVIEWERGLVIS)); in DMSetUpGLVisViewer_Composite()
/petsc/src/ksp/ksp/tutorials/
H A Dex43.c1554 PetscCall(PetscViewerSetType(view, PETSCVIEWERGLVIS)); in solve_stokes_2d_coupled()
/petsc/src/dm/impls/plex/
H A Dplex.c638 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in VecView_Plex_Local()
718 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in VecView_Plex()
2057 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in DMView_Plex()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1464 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in DMView_pforest()