Searched refs:PetscViewerType (Results 1 – 15 of 15) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvwr.pxi | 3 ctypedef const char* PetscViewerType 4 PetscViewerType PETSCVIEWERSOCKET 5 PetscViewerType PETSCVIEWERASCII 6 PetscViewerType PETSCVIEWERBINARY 7 PetscViewerType PETSCVIEWERSTRING 8 PetscViewerType PETSCVIEWERDRAW 9 PetscViewerType PETSCVIEWERVU 10 PetscViewerType PETSCVIEWERMATHEMATICA 11 PetscViewerType PETSCVIEWERHDF5 12 PetscViewerType PETSCVIEWERVTK [all …]
|
| H A D | Viewer.pyx | 445 cdef PetscViewerType cval = NULL 459 cdef PetscViewerType cval = NULL
|
| /petsc/doc/changes/ |
| H A D | 310.md | 153 `PetscViewerType=PETSCVIEWERHDF5`. `PetscViewerFormat` can now 157 with `DMLoad()`, `PetscViewerType=PETSCVIEWERHDF5` and
|
| /petsc/include/ |
| H A D | petscviewer.h | 22 typedef const char *PetscViewerType; typedef 93 PETSC_EXTERN PetscErrorCode PetscViewerGetType(PetscViewer, PetscViewerType *); 94 PETSC_EXTERN PetscErrorCode PetscViewerSetType(PetscViewer, PetscViewerType);
|
| H A D | petscdmadaptor.h | 56 PETSC_EXTERN PetscErrorCode DMAdaptorMonitorRegister(const char[], PetscViewerType, PetscViewerForm…
|
| H A D | petscksp.h | 179 PETSC_EXTERN PetscErrorCode KSPMonitorRegister(const char[], PetscViewerType, PetscViewerFormat, KS…
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | itcreate.c | 920 PetscErrorCode KSPMonitorMakeKey_Internal(const char name[], PetscViewerType vtype, PetscViewerForm… in KSPMonitorMakeKey_Internal() 965 PetscErrorCode KSPMonitorRegister(const char name[], PetscViewerType vtype, PetscViewerFormat forma… in KSPMonitorRegister()
|
| H A D | itcl.c | 251 PetscViewerType vtype; in KSPMonitorSetFromOptions()
|
| /petsc/src/sys/classes/viewer/interface/ |
| H A D | view.c | 184 PetscErrorCode PetscViewerGetType(PetscViewer viewer, PetscViewerType *type) in PetscViewerGetType()
|
| H A D | viewreg.c | 543 PetscErrorCode PetscViewerSetType(PetscViewer viewer, PetscViewerType type) in PetscViewerSetType()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex19.c | 110 PetscViewerType viewType; in main()
|
| /petsc/include/petsc/private/ |
| H A D | kspimpl.h | 580 PETSC_INTERN PetscErrorCode KSPMonitorMakeKey_Internal(const char[], PetscViewerType, PetscViewerFo…
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 104 static PetscErrorCode DMAdaptorMonitorMakeKey_Internal(const char name[], PetscViewerType vtype, Pe… in DMAdaptorMonitorMakeKey_Internal() 146 PetscErrorCode DMAdaptorMonitorRegister(const char name[], PetscViewerType vtype, PetscViewerFormat… in DMAdaptorMonitorRegister() 417 PetscViewerType vtype; in DMAdaptorMonitorSetFromOptions()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgmsh.c | 1493 PetscViewerType vtype; in DMPlexCreateGmshFromFile()
|
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mpidense.c | 800 PetscViewerType vtype; in MatView_MPIDense_ASCIIorDraworSocket()
|