Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | maxIts | = | -1 | ||
real(kind=wp), | public | :: | tol | = | 1.0E-6_wp | ||
character(len=:), | public, | allocatable | :: | name_long | |||
character(len=:), | public, | allocatable | :: | name_short | |||
real(kind=wp), | public | :: | solveTime |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(conjugateGradient_t), | intent(inout) | :: | self | |||
class(sparse_t), | intent(in) | :: | A |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(conjugateGradient_t), | intent(inout) | :: | self | |||
class(sparse_t), | intent(in) | :: | A | |||
real(kind=wp), | intent(in), | dimension(A%N) | :: | b | ||
real(kind=wp), | intent(in), | dimension(A%N) | :: | x0 | ||
integer, | intent(in) | :: | l |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(conjugateGradient_t), | intent(inout) | :: | self | |||
class(sparse_t), | intent(in) | :: | A | |||
real(kind=wp), | intent(in), | dimension(A%N) | :: | b | ||
real(kind=wp), | intent(in), | optional | dimension(A%N) | :: | x0 |