Searched refs:sol_id (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/classes/viewer/impls/cgns/ |
| H A D | cgnsv.c | 411 int sol_id; in PetscViewerCGNSGetSolutionFileIndex_Internal() local 441 for (sol_id = 1; sol_id <= nsols; sol_id++) { in PetscViewerCGNSGetSolutionFileIndex_Internal() 442 …PetscCallCGNSRead(cg_sol_info(cgv->file_num, cgv->base, cgv->zone, sol_id, buffer, &gridloc), view… in PetscViewerCGNSGetSolutionFileIndex_Internal() 447 cgv->solution_file_index = sol_id; in PetscViewerCGNSGetSolutionFileIndex_Internal() 477 int cgns_ier, A_index = 0, sol_id; in PetscViewerCGNSGetSolutionTime() local 494 …PetscCall(PetscViewerCGNSGetSolutionFileIndex_Internal(viewer, &sol_id)); // Call to set file poin… in PetscViewerCGNSGetSolutionTime() 522 int cgns_ier, A_index = 0, sol_id; in PetscViewerCGNSGetSolutionIteration() local 539 …PetscCall(PetscViewerCGNSGetSolutionFileIndex_Internal(viewer, &sol_id)); // Call to set file poin… in PetscViewerCGNSGetSolutionIteration() 566 int sol_id; in PetscViewerCGNSGetSolutionName() local 573 PetscCall(PetscViewerCGNSGetSolutionFileIndex_Internal(viewer, &sol_id)); in PetscViewerCGNSGetSolutionName() [all …]
|