OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
solError Struct Reference

It contain statistic of the error of the calculated solution. More...

Detailed Description

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.
 

Field Documentation

◆ err_inf

PetscReal solError::err_inf

infinity norm of the error

Definition at line 83 of file petsc_solver.hpp.

◆ err_norm

PetscReal solError::err_norm

L1 norm of the error.

Definition at line 86 of file petsc_solver.hpp.

◆ its

PetscInt solError::its

Number of iterations.

Definition at line 89 of file petsc_solver.hpp.


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