PetscViewerCGNSGetSolutionIteration#

Gets the solution iteration for the FlowSolution of the viewer

Synopsis#

#include "petscviewer.h" 
#include "petscdmplex.h"   
PetscErrorCode PetscViewerCGNSGetSolutionIteration(PetscViewer viewer, PetscInt *iteration, PetscBool *set)

Collective

Input Parameter#

Output Parameters#

  • iteration - Solution iteration of the FlowSolution_t node

  • set - Whether the time data is in the file

Notes#

Reads data from a DataArray named IterationValues under a BaseIterativeData_t node

See Also#

PETSCVIEWERCGNS, PetscViewer, PetscViewerCGNSGetSolutionTime(), PetscViewerCGNSSetSolutionIndex(), PetscViewerCGNSGetSolutionIndex(), PetscViewerCGNSGetSolutionName()

Level#

intermediate

Location#

src/sys/classes/viewer/impls/cgns/cgnsv.c


Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages