Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/cgns/
H A Dcgnsv.c342 PetscErrorCode PetscViewerCGNSSetSolutionIndex(PetscViewer viewer, PetscInt solution_id) in PetscViewerCGNSSetSolutionIndex() argument
348 PetscValidLogicalCollectiveInt(viewer, solution_id, 2); in PetscViewerCGNSSetSolutionIndex()
349solution_id != 0) && (solution_id > -2), PetscObjectComm((PetscObject)viewer), PETSC_ERR_USER_INPU… in PetscViewerCGNSSetSolutionIndex()
350 cgv->solution_index = solution_id; in PetscViewerCGNSSetSolutionIndex()
374 PetscErrorCode PetscViewerCGNSGetSolutionIndex(PetscViewer viewer, PetscInt *solution_id) in PetscViewerCGNSGetSolutionIndex() argument
380 PetscAssertPointer(solution_id, 2); in PetscViewerCGNSGetSolutionIndex()
381 *solution_id = cgv->solution_index; in PetscViewerCGNSGetSolutionIndex()