OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
petsc_solver< double >::itError Struct Reference

contain the infinity norm of the residual at each iteration More...

Detailed Description

contain the infinity norm of the residual at each iteration

Definition at line 104 of file petsc_solver.hpp.

Data Fields

PetscInt it
 Iteration.
 
PetscReal err_norm
 error norm at iteration it
 

Field Documentation

◆ err_norm

PetscReal petsc_solver< double >::itError::err_norm

error norm at iteration it

Definition at line 110 of file petsc_solver.hpp.

◆ it

PetscInt petsc_solver< double >::itError::it

Iteration.

Definition at line 107 of file petsc_solver.hpp.


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