| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(MethodPreconditioner), | public, | parameter | :: | METHOD_PRECOND_NONE | = | MethodPreconditioner(0, "None") | |
| type(MethodPreconditioner), | public, | parameter | :: | METHOD_PRECOND_JACOBI | = | MethodPreconditioner(1, "Jacobi") | |
| type(MethodPreconditioner), | public, | parameter | :: | METHOD_PRECOND_GS | = | MethodPreconditioner(2, "Gauss-Seidel") | |
| type(MethodPreconditioner), | public, | parameter | :: | METHOD_PRECOND_SOR | = | MethodPreconditioner(3, "Successive Over-Relaxation") | |
| type(MethodPreconditioner), | public, | parameter | :: | METHOD_PRECOND_JOR | = | MethodPreconditioner(4, "Jacobi Over-Relaxation") | |
| type(MethodPreconditioner), | public, | parameter | :: | METHOD_PRECOND_ILU | = | MethodPreconditioner(5, "ILU") | |
| type(MethodPreconditioner), | public, | parameter | :: | METHOD_PRECOND_ICF | = | MethodPreconditioner(6, "ICF") | |
| type(MethodPreconditioner), | public, | parameter | :: | METHOD_PRECOND_SSOR | = | MethodPreconditioner(7, "SSOR") | |
| type(Fill_level_used), | public, | parameter | :: | FILL_LEVEL_NONE | = | Fill_level_used(-1, "None", -huge(1)) | |
| type(Fill_level_used), | public, | parameter | :: | FILL_LEVEL_0 | = | Fill_level_used(0, "Level 0", 0) | |
| type(Fill_level_used), | public, | parameter | :: | FILL_LEVEL_1 | = | Fill_level_used(1, "Level 1", 1) | |
| type(Fill_level_used), | public, | parameter | :: | FILL_LEVEL_2 | = | Fill_level_used(2, "Level 2", 2) | |
| type(Fill_level_used), | public, | parameter | :: | FILL_LEVEL_3 | = | Fill_level_used(3, "Level 3", 3) | |
| type(Fill_level_used), | public | :: | FILL_LEVEL_N | = | Fill_level_used(3, "Level N", 0) |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | id | ||||
| character(len=64), | public | :: | name |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | id | ||||
| character(len=64), | public | :: | name | ||||
| integer, | public | :: | value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in), | dimension(:, :) | :: | A |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in), | dimension(:, :) | :: | A |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in), | dimension(:, :) | :: | A | ||
| real(kind=dp), | intent(in) | :: | omega | |||
| real(kind=dp), | intent(in) | :: | alpha |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in), | dimension(:, :) | :: | A | ||
| real(kind=dp), | intent(in) | :: | omega | |||
| real(kind=dp), | intent(in) | :: | alpha |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in), | dimension(:, :) | :: | A | ||
| real(kind=dp), | intent(in) | :: | omega | |||
| real(kind=dp), | intent(in) | :: | alpha | |||
| integer, | intent(in), | optional | :: | fill_level |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in), | dimension(:, :) | :: | A | ||
| real(kind=dp), | intent(out), | dimension(size(A, 1), size(A, 2)) | :: | L | ||
| real(kind=dp), | intent(out), | dimension(size(A, 1), size(A, 2)) | :: | U | ||
| real(kind=dp), | intent(in) | :: | omega | |||
| real(kind=dp), | intent(in) | :: | alpha | |||
| integer, | intent(in), | optional | :: | fill_level |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in), | dimension(:, :) | :: | A | ||
| real(kind=dp), | intent(out), | dimension(size(A, 1), size(A, 2)) | :: | L | ||
| real(kind=dp), | intent(out), | dimension(size(A, 1), size(A, 2)) | :: | D | ||
| real(kind=dp), | intent(in) | :: | omega | |||
| real(kind=dp), | intent(in) | :: | alpha |