| /petsc/src/sys/classes/viewer/impls/vtk/ |
| H A D | vtkv.c | 125 …use file '%s' with format %s, should have '.vtk' extension", name, PetscViewerFormats[viewer->form… in PetscViewerFileSetName_VTK() 128 …use file '%s' with format %s, should have '.vts' extension", name, PetscViewerFormats[viewer->form… in PetscViewerFileSetName_VTK() 131 …use file '%s' with format %s, should have '.vtu' extension", name, PetscViewerFormats[viewer->form… in PetscViewerFileSetName_VTK() 134 …use file '%s' with format %s, should have '.vtr' extension", name, PetscViewerFormats[viewer->form… in PetscViewerFileSetName_VTK()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex5.c | 32 …PetscCall(PetscOptionsEnum("-informat", "Input mesh format", EX, PetscViewerFormats, (PetscEnum)op… in ProcessOptions() 33 …PetscCall(PetscOptionsEnum("-outformat", "Dump/reload mesh format", EX, PetscViewerFormats, (Petsc… in ProcessOptions()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexvtk.c | 106 …omm((PetscObject)dm), PETSC_ERR_SUP, "No support for format '%s'", PetscViewerFormats[viewer->form… in DMPlexVTKWriteAll()
|
| H A D | plex.c | 2159 … PETSC_ERR_SUP, "PetscViewerFormat %s not supported for HDF5 output.", PetscViewerFormats[format]); in DMPlexTopologyView() 2198 … PETSC_ERR_SUP, "PetscViewerFormat %s not supported for HDF5 output.", PetscViewerFormats[format]); in DMPlexCoordinatesView() 2236 …, PETSC_ERR_SUP, "PetscViewerFormat %s not supported for HDF5 input.", PetscViewerFormats[format]); in DMPlexLabelsView() 2458 …, PETSC_ERR_SUP, "PetscViewerFormat %s not supported for HDF5 input.", PetscViewerFormats[format]); in DMLoad_Plex() 2499 …, PETSC_ERR_SUP, "PetscViewerFormat %s not supported for HDF5 input.", PetscViewerFormats[format]); in DMPlexTopologyLoad() 2539 …, PETSC_ERR_SUP, "PetscViewerFormat %s not supported for HDF5 input.", PetscViewerFormats[format]); in DMPlexCoordinatesLoad() 2582 …, PETSC_ERR_SUP, "PetscViewerFormat %s not supported for HDF5 input.", PetscViewerFormats[format]); in DMPlexLabelsLoad()
|
| /petsc/src/sys/classes/viewer/interface/ |
| H A D | viewa.c | 3 const char *const PetscViewerFormats[] = {"DEFAULT", "ASCII_MATLAB", "ASCII_MATHEMATICA", "ASCII_IM… variable
|
| H A D | view.c | 357 …PetscCall(PetscViewerASCIIPrintf(viewer, " Viewer format = %s\n", PetscViewerFormats[v->format])); in PetscViewerView()
|
| H A D | viewreg.c | 297 PetscCall(PetscEnumFind(PetscViewerFormats, loc2_fmt, (PetscEnum *)&tfmt, &flag)); in PetscOptionsCreateViewers_Single()
|
| /petsc/src/mat/tutorials/ |
| H A D | ex10.c | 37 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-viewer_format", PetscViewerFormats, (PetscEnum *)&form… in main()
|
| /petsc/src/mat/impls/dense/seq/hdf5/ |
| H A D | densehdf5.c | 30 …, PETSC_ERR_SUP, "PetscViewerFormat %s not supported for HDF5 input.", PetscViewerFormats[format]); in MatLoad_Dense_HDF5()
|
| /petsc/src/mat/impls/aij/seq/hdf5/ |
| H A D | aijhdf5.c | 34 …, PETSC_ERR_SUP, "PetscViewerFormat %s not supported for HDF5 input.", PetscViewerFormats[format]); in MatLoad_AIJ_HDF5()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex55.c | 39 …PetscCall(PetscOptionsEnum("-format", "Format to write and read", "ex55.c", PetscViewerFormats, (P… in ProcessOptions()
|
| /petsc/include/ |
| H A D | petscviewer.h | 181 PETSC_EXTERN const char *const PetscViewerFormats[]; variable
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | itcreate.c | 927 PetscCall(PetscStrlcat(key, PetscViewerFormats[format], PETSC_MAX_PATH_LEN)); in KSPMonitorMakeKey_Internal()
|
| /petsc/src/dm/impls/da/ |
| H A D | grvtk.c | 540 …omm((PetscObject)dm), PETSC_ERR_SUP, "No support for format '%s'", PetscViewerFormats[viewer->form… in DMDAVTKWriteAll()
|
| /petsc/src/sys/classes/viewer/impls/ascii/ |
| H A D | filev.c | 662 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-petsc_viewer_stdout_format", PetscViewerFormats, (Pets… in PetscViewerASCIIGetStdout()
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 111 PetscCall(PetscStrlcat(key, PetscViewerFormats[format], PETSC_MAX_PATH_LEN)); in DMAdaptorMonitorMakeKey_Internal()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 1360 …omm((PetscObject)dm), PETSC_ERR_SUP, "No support for format '%s'", PetscViewerFormats[viewer->form… in DMView_ASCII_pforest() 1424 …omm((PetscObject)dm), PETSC_ERR_SUP, "No support for format '%s'", PetscViewerFormats[viewer->form… in DMView_VTK_pforest()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1572 … PETSC_ERR_SUP, "PetscViewerFormat %s not supported for HDF5 output.", PetscViewerFormats[format]); in DMPlexView_HDF5_Internal()
|