| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | private, | allocatable | :: | solver | |||
| character(len=:), | private, | allocatable | :: | arpack_mode | |||
| integer, | public | :: | number_of_eigenvalues | ||||
| character(len=2), | public | :: | which_eigenvalues | ||||
| integer, | public | :: | maxiter | ||||
| complex(kind=dp), | public | :: | sigma | ||||
| integer, | public | :: | ncv | ||||
| real(kind=dp), | public | :: | tolerance |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(solver_settings_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | solver |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(solver_settings_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(solver_settings_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | arpack_mode |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(solver_settings_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(solver_settings_t), | intent(inout) | :: | this |