Home
last modified time | relevance | path

Searched refs:PetscViewerCGNSGetSolutionTime (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/plex/tutorials/
H A Dex16.c115 PetscCall(PetscViewerCGNSGetSolutionTime(viewer, &time, &set)); in main()
H A Dex15.c245 PetscCall(PetscViewerCGNSGetSolutionTime(viewer, &time, &set)); in main()
/petsc/doc/changes/
H A D323.md140 - Change `PetscViewerCGNSGetSolutionTime()` to no longer error if "TimeValues" array isn't found in…
H A D322.md193 - Add `PetscViewerCGNSGetSolutionTime()`, `PetscViewerCGNSGetSolutionName()`, `PetscViewerCGNSSetSo…
/petsc/src/dm/impls/plex/tests/
H A Dex103.c441 PetscCall(PetscViewerCGNSGetSolutionTime(viewer, &time, &set)); in main()
/petsc/src/sys/classes/viewer/impls/cgns/
H A Dcgnsv.c474 PetscErrorCode PetscViewerCGNSGetSolutionTime(PetscViewer viewer, PetscReal *time, PetscBool *set) in PetscViewerCGNSGetSolutionTime() function
/petsc/include/
H A Dpetscdmplex.h249 PETSC_EXTERN PetscErrorCode PetscViewerCGNSGetSolutionTime(PetscViewer, PetscReal *, PetscBool *);