Abstract class for monitoring PETSc's solvers.
More...
#include <petsc.hpp>
Abstract class for monitoring PETSc's solvers.
Definition at line 812 of file petsc.hpp.
mfem::PetscSolverMonitor::PetscSolverMonitor |
( |
bool |
monitor_sol = false , |
|
|
bool |
monitor_res = true |
|
) |
| |
|
inline |
virtual mfem::PetscSolverMonitor::~PetscSolverMonitor |
( |
| ) |
|
|
inlinevirtual |
Monitor the residual vector r.
Definition at line 828 of file petsc.hpp.
Monitor the solution vector x.
Definition at line 822 of file petsc.hpp.
virtual void mfem::PetscSolverMonitor::MonitorSolver |
( |
PetscSolver * |
solver | ) |
|
|
inlinevirtual |
Generic monitor to take access to the solver.
Definition at line 834 of file petsc.hpp.
bool mfem::PetscSolverMonitor::mon_res |
bool mfem::PetscSolverMonitor::mon_sol |
The documentation for this class was generated from the following file: