preCICE v3.2.0
Loading...
Searching...
No Matches
precice::utils::petsc::Viewer Struct Reference

Public Member Functions

 Viewer (const std::string &filename, VIEWERFORMAT format, MPI_Comm comm)
 Viewer (PetscViewerType type, MPI_Comm comm)
 ~Viewer ()
void pushFormat (PetscViewerFormat format)

Public Attributes

int popformats {0}
PetscViewer viewer {nullptr}

Detailed Description

Definition at line 83 of file Petsc.cpp.

Constructor & Destructor Documentation

◆ Viewer() [1/2]

precice::utils::petsc::Viewer::Viewer ( const std::string & filename,
VIEWERFORMAT format,
MPI_Comm comm )
inline

Definition at line 84 of file Petsc.cpp.

Here is the call graph for this function:

◆ Viewer() [2/2]

precice::utils::petsc::Viewer::Viewer ( PetscViewerType type,
MPI_Comm comm )
inline

Definition at line 97 of file Petsc.cpp.

◆ ~Viewer()

precice::utils::petsc::Viewer::~Viewer ( )
inline

Definition at line 106 of file Petsc.cpp.

Member Function Documentation

◆ pushFormat()

void precice::utils::petsc::Viewer::pushFormat ( PetscViewerFormat format)
inline

Definition at line 114 of file Petsc.cpp.

Member Data Documentation

◆ popformats

int precice::utils::petsc::Viewer::popformats {0}

Definition at line 121 of file Petsc.cpp.

◆ viewer

PetscViewer precice::utils::petsc::Viewer::viewer {nullptr}

Definition at line 122 of file Petsc.cpp.


The documentation for this struct was generated from the following file: