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 |
|
) |
| |