|
DOUG 0.2
|
#include <doug_config.h>Go to the source code of this file.
Data Types | |
| type | ConvInf_mod::ConvInf |
| Simple statistics on solution. More... | |
Modules | |
| module | ConvInf_mod |
Some basic statistics on solution. | |
Defines | |
| #define | float real |
Functions/Subroutines | |
| subroutine | ConvInf_mod::ConvInf_Init (inf, maxit) |
| subroutine | ConvInf_mod::ConvInf_Destroy (inf) |
Variables | |
| integer, parameter | ConvInf_mod::D_SOLVE_CONV_UNDEF = -1 |
| Undefined. | |
| integer, parameter | ConvInf_mod::D_SOLVE_CONV_CONV = 0 |
| Method converged. | |
| integer, parameter | ConvInf_mod::D_SOLVE_CONV_NOTCONV = 1 |
| Method didn't converge. | |
| integer, parameter | ConvInf_mod::D_SOLVE_CONV_ILLPRECOND = 2 |
| Preconditioner was ill-conditioned. | |
| integer, parameter | ConvInf_mod::D_SOLVE_CONV_STAGN = 3 |
| Method stagnated. | |
| #define float real |
1.7.3-20110217