Go to the source code of this file.
|
| subroutine, public | hecmw_solver_gpbicg::hecmw_solve_gpbicg (hecMESH, hecMAT, ITER, RESID, error, Tset, Tsol, Tcomm) |
| |
| subroutine | pol_coef (iter, WW, T, TT, Y, QSI, ETA) |
| |
◆ pol_coef()
| subroutine hecmw_solve_gpbicg::pol_coef |
( |
integer(kind=kint), intent(in) |
iter, |
|
|
real(kind=kreal), dimension(:,:), intent(in) |
WW, |
|
|
integer(kind=kint), intent(in) |
T, |
|
|
integer(kind=kint), intent(in) |
TT, |
|
|
integer(kind=kint), intent(in) |
Y, |
|
|
real(kind=kreal), intent(out) |
QSI, |
|
|
real(kind=kreal), intent(out) |
ETA |
|
) |
| |