Home
last modified time | relevance | path

Searched refs:PetscViewerGLVisSetSnapId (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscviewer.h90 PETSC_EXTERN PetscErrorCode PetscViewerGLVisSetSnapId(PetscViewer, PetscInt);
/petsc/src/sys/classes/viewer/impls/glvis/
H A Dglvis.c82 PetscErrorCode PetscViewerGLVisSetSnapId(PetscViewer viewer, PetscInt id) in PetscViewerGLVisSetSnapId() function
/petsc/src/dm/impls/plex/
H A Dplex.c684 PetscCall(PetscViewerGLVisSetSnapId(viewer, step)); in VecView_Plex_Local()