|
procedure, public | init (this, n, m, eps, eps0) |
|
procedure, public | iterate_pre (this, b, w0, is_converged) |
|
procedure, public | iterate_step_j (this, j, wj, is_converged) |
|
procedure, public | iterate_post (this, x) |
|
procedure, public | final (this) |
|
|
real(rp) | eps |
|
real(rp) | eps0 |
|
integer | n |
|
integer | m |
|
integer | m_out |
|
real(rp), dimension(:,:), allocatable | v |
|
real(rp), dimension(:), allocatable | hj |
|
real(rp), dimension(:), allocatable | g |
|
real(rp), dimension(:,:), allocatable | r |
|
real(rp), dimension(:), allocatable | co |
|
real(rp), dimension(:), allocatable | si |
|
real(rp), dimension(:), allocatable | y |
|
Definition at line 32 of file scale_gmres.F90.
◆ init()
procedure, public scale_gmres::gmres::init |
( |
class(gmres), intent(inout) | this, |
|
|
integer, intent(in) | n, |
|
|
integer, intent(in) | m, |
|
|
real(rp), intent(in) | eps, |
|
|
real(rp), intent(in) | eps0 ) |
◆ iterate_pre()
procedure, public scale_gmres::gmres::iterate_pre |
( |
class(gmres), intent(inout) | this, |
|
|
real(rp), dimension(this%n), intent(in) | b, |
|
|
real(rp), dimension(this%n), intent(in) | w0, |
|
|
logical, intent(out) | is_converged ) |
◆ iterate_step_j()
procedure, public scale_gmres::gmres::iterate_step_j |
( |
class(gmres), intent(inout) | this, |
|
|
integer, intent(in) | j, |
|
|
real(rp), dimension(this%n), intent(inout) | wj, |
|
|
logical, intent(out) | is_converged ) |
◆ iterate_post()
procedure, public scale_gmres::gmres::iterate_post |
( |
class(gmres), intent(inout) | this, |
|
|
real(rp), dimension(this%n), intent(inout) | x ) |
◆ final()
procedure, public scale_gmres::gmres::final |
( |
class(gmres), intent(inout) | this | ) |
|
◆ eps
real(rp) scale_gmres::gmres::eps |
◆ eps0
real(rp) scale_gmres::gmres::eps0 |
integer scale_gmres::gmres::n |
integer scale_gmres::gmres::m |
◆ m_out
integer scale_gmres::gmres::m_out |
real(rp), dimension(:,:), allocatable scale_gmres::gmres::v |
◆ hj
real(rp), dimension(:), allocatable scale_gmres::gmres::hj |
real(rp), dimension(:), allocatable scale_gmres::gmres::g |
real(rp), dimension(:,:), allocatable scale_gmres::gmres::r |
◆ co
real(rp), dimension(:), allocatable scale_gmres::gmres::co |
◆ si
real(rp), dimension(:), allocatable scale_gmres::gmres::si |
real(rp), dimension(:), allocatable scale_gmres::gmres::y |
The documentation for this type was generated from the following file: