It contain statistic of the error of the calculated solution. More...
It contain statistic of the error of the calculated solution.
Definition at line 80 of file petsc_solver.hpp.
#include <petsc_solver.hpp>
Data Fields | |
PetscReal | err_inf |
infinity norm of the error | |
PetscReal | err_norm |
L1 norm of the error. | |
PetscInt | its |
Number of iterations. | |
PetscReal solError::err_inf |
infinity norm of the error
Definition at line 83 of file petsc_solver.hpp.
PetscReal solError::err_norm |
L1 norm of the error.
Definition at line 86 of file petsc_solver.hpp.
PetscInt solError::its |
Number of iterations.
Definition at line 89 of file petsc_solver.hpp.