Searched refs:solution_file_index (Results 1 – 2 of 2) sorted by relevance
351 cgv->solution_file_index = 0; // Reset sol_index when solution_id changes (0 is invalid) in PetscViewerCGNSSetSolutionIndex()395 if (cgv->solution_file_index > 0) { in PetscViewerCGNSGetSolutionFileIndex_Internal()396 *sol_index = cgv->solution_file_index; in PetscViewerCGNSGetSolutionFileIndex_Internal()406 cgv->solution_file_index = cgv->solution_index == -1 ? nsols : cgv->solution_index; in PetscViewerCGNSGetSolutionFileIndex_Internal()447 cgv->solution_file_index = sol_id; in PetscViewerCGNSGetSolutionFileIndex_Internal()451 *sol_index = cgv->solution_file_index; in PetscViewerCGNSGetSolutionFileIndex_Internal()
27 int solution_file_index; // CGNS file solution index for direct access member