Searched refs:file_num (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/sys/classes/viewer/impls/cgns/ |
| H A D | cgnsv.c | 63 …PetscCallCGNSWrite(cg_biter_write(cgv->file_num, cgv->base, "TimeIterValues", num_times), viewer, … in PetscViewerFileClose_CGNS() 64 PetscCallCGNS(cg_goto(cgv->file_num, cgv->base, "BaseIterativeData_t", 1, NULL)); in PetscViewerFileClose_CGNS() 74 …PetscCallCGNSWrite(cg_ziter_write(cgv->file_num, cgv->base, cgv->zone, "ZoneIterativeData"), viewe… in PetscViewerFileClose_CGNS() 75 …PetscCallCGNS(cg_goto(cgv->file_num, cgv->base, "Zone_t", cgv->zone, "ZoneIterativeData_t", 1, NUL… in PetscViewerFileClose_CGNS() 86 …PetscCallCGNSWrite(cg_simulation_type_write(cgv->file_num, cgv->base, CGNS_ENUMV(TimeAccurate)), v… in PetscViewerFileClose_CGNS() 90 if (cgv->file_num) PetscCallCGNSClose(cgp_close(cgv->file_num), viewer, 0); in PetscViewerFileClose_CGNS() 92 if (cgv->file_num) PetscCallCGNSClose(cg_close(cgv->file_num), viewer, 0); in PetscViewerFileClose_CGNS() 94 cgv->file_num = 0; in PetscViewerFileClose_CGNS() 128 PetscCallCGNSOpen(cgp_open(cgv->filename, cg_file_mode, &cgv->file_num), viewer, 0); in PetscViewerCGNSFileOpen_Internal() 130 PetscCallCGNSOpen(cg_open(filename, cg_file_mode, &cgv->file_num), viewer, 0); in PetscViewerCGNSFileOpen_Internal() [all …]
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 2025 if (!cgv->file_num) { in DMView_PlexCGNS() 2034 PetscCallCGNSWrite(cg_base_write(cgv->file_num, dm_name, topo_dim, coord_dim, &base), dm, viewer); in DMView_PlexCGNS() 2035 PetscCallCGNS(cg_goto(cgv->file_num, base, NULL)); in DMView_PlexCGNS() 2100 …PetscCallCGNSWrite(cg_zone_write(cgv->file_num, base, "Zone", isize, CGNS_ENUMV(Unstructured), &zo… in DMView_PlexCGNS() 2113 …PetscCallCGNSWrite(cgp_coord_write(cgv->file_num, base, zone, CGNS_ENUMV(RealDouble), coord_name, … in DMView_PlexCGNS() 2114 …PetscCallCGNS(cg_goto(cgv->file_num, base, "Zone_t", zone, "GridCoordinates", 0, coord_name, 0, NU… in DMView_PlexCGNS() 2132 …PetscCallCGNSWriteData(cgp_coord_write_data(cgv->file_num, base, zone, coord_ids[d], &start, &end,… in DMView_PlexCGNS() 2169 …PetscCallCGNSWrite(cgp_section_write(cgv->file_num, base, zone, "Elem", element_type, 1, e_global,… in DMView_PlexCGNS() 2170 …PetscCallCGNSWriteData(cgp_elements_write_data(cgv->file_num, base, zone, section, e_start + 1, e_… in DMView_PlexCGNS() 2190 …PetscCallCGNSWrite(cg_sol_write(cgv->file_num, base, zone, "CellInfo", CGNS_ENUMV(CellCenter), &so… in DMView_PlexCGNS() [all …]
|
| /petsc/include/petsc/private/ |
| H A D | viewercgnsimpl.h | 13 int file_num; member
|