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