Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | N | |||
real(kind=real64), | intent(in) | :: | M(:) | |||
real(kind=real64), | intent(in) | :: | r(:) | |||
real(kind=real64), | intent(inout) | :: | z(:) |
No preconditioner Jacobi preconditioner ILU preconditioner
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_solver_sparse_crs_bicgstab), | intent(inout) | :: | self | |||
real(kind=real64), | intent(inout) | :: | b(:) | |||
real(kind=real64), | intent(inout) | :: | x(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | N | |||
type(type_crs), | intent(in) | :: | A | |||
real(kind=real64), | intent(inout) | :: | M(:) |
No preconditioner Jacobi preconditioner ILU preconditioner
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_solver_sparse_crs_bicgstab), | intent(inout) | :: | self | |||
type(type_crs), | intent(in) | :: | A |