|
DOUG 0.2
|
Simple statistics on solution. More...
Public Attributes | |
| integer | flag = D_SOLVE_CONV_UNDEF |
| Convergence flag 0 - converged to the desired tolerance 'tol' within 'maxit' iterations 1 - iterated 'maxit' times but did not converge. | |
| float(kind=rk) | residual = 1.0e+10 |
| integer | iterations = -1 |
| float(kind=rk), dimension(:), pointer | relres = > NULL() |
| float(kind=rk), dimension(:), pointer | res = > NULL() |
Simple statistics on solution.
Definition at line 46 of file ConvInf.F90.
| integer ConvInf_mod::ConvInf::flag = D_SOLVE_CONV_UNDEF |
Convergence flag 0 - converged to the desired tolerance 'tol' within 'maxit' iterations 1 - iterated 'maxit' times but did not converge.
Definition at line 50 of file ConvInf.F90.
| integer ConvInf_mod::ConvInf::iterations = -1 |
Definition at line 54 of file ConvInf.F90.
| float(kind=rk),dimension(:),pointer ConvInf_mod::ConvInf::relres = > NULL() |
Definition at line 56 of file ConvInf.F90.
| float(kind=rk),dimension(:),pointer ConvInf_mod::ConvInf::res = > NULL() |
Definition at line 58 of file ConvInf.F90.
| float(kind=rk) ConvInf_mod::ConvInf::residual = 1.0e+10 |
Definition at line 52 of file ConvInf.F90.
1.7.3-20110217