preCICE v3.1.2
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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 123 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 124 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 137 of file Petsc.cpp.

◆ ~Viewer()

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

Definition at line 146 of file Petsc.cpp.

Member Function Documentation

◆ pushFormat()

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

Definition at line 154 of file Petsc.cpp.

Member Data Documentation

◆ popformats

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

Definition at line 161 of file Petsc.cpp.

◆ viewer

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

Definition at line 162 of file Petsc.cpp.


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