Home
last modified time | relevance | path

Searched refs:PetscViewerType (Results 1 – 15 of 15) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvwr.pxi3 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 DViewer.pyx445 cdef PetscViewerType cval = NULL
459 cdef PetscViewerType cval = NULL
/petsc/doc/changes/
H A D310.md153 `PetscViewerType=PETSCVIEWERHDF5`. `PetscViewerFormat` can now
157 with `DMLoad()`, `PetscViewerType=PETSCVIEWERHDF5` and
/petsc/include/
H A Dpetscviewer.h22 typedef const char *PetscViewerType; typedef
93 PETSC_EXTERN PetscErrorCode PetscViewerGetType(PetscViewer, PetscViewerType *);
94 PETSC_EXTERN PetscErrorCode PetscViewerSetType(PetscViewer, PetscViewerType);
H A Dpetscdmadaptor.h56 PETSC_EXTERN PetscErrorCode DMAdaptorMonitorRegister(const char[], PetscViewerType, PetscViewerForm…
H A Dpetscksp.h179 PETSC_EXTERN PetscErrorCode KSPMonitorRegister(const char[], PetscViewerType, PetscViewerFormat, KS…
/petsc/src/ksp/ksp/interface/
H A Ditcreate.c920 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 Ditcl.c251 PetscViewerType vtype; in KSPMonitorSetFromOptions()
/petsc/src/sys/classes/viewer/interface/
H A Dview.c184 PetscErrorCode PetscViewerGetType(PetscViewer viewer, PetscViewerType *type) in PetscViewerGetType()
H A Dviewreg.c543 PetscErrorCode PetscViewerSetType(PetscViewer viewer, PetscViewerType type) in PetscViewerSetType()
/petsc/src/dm/impls/plex/tutorials/
H A Dex19.c110 PetscViewerType viewType; in main()
/petsc/include/petsc/private/
H A Dkspimpl.h580 PETSC_INTERN PetscErrorCode KSPMonitorMakeKey_Internal(const char[], PetscViewerType, PetscViewerFo…
/petsc/src/snes/utils/dm/
H A Ddmadapt.c104 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 Dplexgmsh.c1493 PetscViewerType vtype; in DMPlexCreateGmshFromFile()
/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c800 PetscViewerType vtype; in MatView_MPIDense_ASCIIorDraworSocket()