Searched refs:PetscViewerCGNSGetSolutionTime (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex16.c | 115 PetscCall(PetscViewerCGNSGetSolutionTime(viewer, &time, &set)); in main()
|
| H A D | ex15.c | 245 PetscCall(PetscViewerCGNSGetSolutionTime(viewer, &time, &set)); in main()
|
| /petsc/doc/changes/ |
| H A D | 323.md | 140 - Change `PetscViewerCGNSGetSolutionTime()` to no longer error if "TimeValues" array isn't found in…
|
| H A D | 322.md | 193 - Add `PetscViewerCGNSGetSolutionTime()`, `PetscViewerCGNSGetSolutionName()`, `PetscViewerCGNSSetSo…
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex103.c | 441 PetscCall(PetscViewerCGNSGetSolutionTime(viewer, &time, &set)); in main()
|
| /petsc/src/sys/classes/viewer/impls/cgns/ |
| H A D | cgnsv.c | 474 PetscErrorCode PetscViewerCGNSGetSolutionTime(PetscViewer viewer, PetscReal *time, PetscBool *set) in PetscViewerCGNSGetSolutionTime() function
|
| /petsc/include/ |
| H A D | petscdmplex.h | 249 PETSC_EXTERN PetscErrorCode PetscViewerCGNSGetSolutionTime(PetscViewer, PetscReal *, PetscBool *);
|