Home
last modified time | relevance | path

Searched refs:PetscViewerFormats (Results 1 – 18 of 18) sorted by relevance

/petsc/src/sys/classes/viewer/impls/vtk/
H A Dvtkv.c125 …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 Dex5.c32 …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 Dplexvtk.c106 …omm((PetscObject)dm), PETSC_ERR_SUP, "No support for format '%s'", PetscViewerFormats[viewer->form… in DMPlexVTKWriteAll()
H A Dplex.c2159 … 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 Dviewa.c3 const char *const PetscViewerFormats[] = {"DEFAULT", "ASCII_MATLAB", "ASCII_MATHEMATICA", "ASCII_IM… variable
H A Dview.c357 …PetscCall(PetscViewerASCIIPrintf(viewer, " Viewer format = %s\n", PetscViewerFormats[v->format])); in PetscViewerView()
H A Dviewreg.c297 PetscCall(PetscEnumFind(PetscViewerFormats, loc2_fmt, (PetscEnum *)&tfmt, &flag)); in PetscOptionsCreateViewers_Single()
/petsc/src/mat/tutorials/
H A Dex10.c37 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-viewer_format", PetscViewerFormats, (PetscEnum *)&form… in main()
/petsc/src/mat/impls/dense/seq/hdf5/
H A Ddensehdf5.c30 …, 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 Daijhdf5.c34 …, PETSC_ERR_SUP, "PetscViewerFormat %s not supported for HDF5 input.", PetscViewerFormats[format]); in MatLoad_AIJ_HDF5()
/petsc/src/dm/impls/plex/tests/
H A Dex55.c39 …PetscCall(PetscOptionsEnum("-format", "Format to write and read", "ex55.c", PetscViewerFormats, (P… in ProcessOptions()
/petsc/include/
H A Dpetscviewer.h181 PETSC_EXTERN const char *const PetscViewerFormats[]; variable
/petsc/src/ksp/ksp/interface/
H A Ditcreate.c927 PetscCall(PetscStrlcat(key, PetscViewerFormats[format], PETSC_MAX_PATH_LEN)); in KSPMonitorMakeKey_Internal()
/petsc/src/dm/impls/da/
H A Dgrvtk.c540 …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 Dfilev.c662 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-petsc_viewer_stdout_format", PetscViewerFormats, (Pets… in PetscViewerASCIIGetStdout()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c111 PetscCall(PetscStrlcat(key, PetscViewerFormats[format], PETSC_MAX_PATH_LEN)); in DMAdaptorMonitorMakeKey_Internal()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1360 …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 Dplexhdf5.c1572 … PETSC_ERR_SUP, "PetscViewerFormat %s not supported for HDF5 output.", PetscViewerFormats[format]); in DMPlexView_HDF5_Internal()