Searched refs:nsols (Results 1 – 1 of 1) sorted by relevance
390 int nsols, cgns_ier; in PetscViewerCGNSGetSolutionFileIndex_Internal() local400 PetscCallCGNSRead(cg_nsols(cgv->file_num, cgv->base, cgv->zone, &nsols), viewer, 0); in PetscViewerCGNSGetSolutionFileIndex_Internal()404 …ution_index <= nsols, comm, PETSC_ERR_ARG_OUTOFRANGE, "CGNS Solution index (%" PetscInt_FMT ") not… in PetscViewerCGNSGetSolutionFileIndex_Internal()406 cgv->solution_file_index = cgv->solution_index == -1 ? nsols : cgv->solution_index; in PetscViewerCGNSGetSolutionFileIndex_Internal()441 for (sol_id = 1; sol_id <= nsols; sol_id++) { in PetscViewerCGNSGetSolutionFileIndex_Internal()