Stellarator-Tools
|
Contains the gmres module. More...
Functions/Subroutines | |
subroutine | gmres::gmres_fun |
Uses gmres to find approximate solution of Ax=b (linearized MHD equations) that minimize the nonlinear MHD forces. | |
subroutine | gmres::init_gmres0 (icntl, cntl, etak, m, n) |
subroutine | gmres::gmres_wrap (x0, b) |
subroutine | gmres::matvec_par (ploc, Ap, nloc) |
subroutine | gmres::matvec (p, Ap, ndim) |
subroutine | gmres::get_etak (fk, fkm, ftol, etak) |
subroutine | gmres::getnlforce (xcstate, fsq_nl, bnorm) |
subroutine | gmres::qmr_fun |
Contains the gmres module.