type(ksp_monitor_t) function, dimension(3) cg::cg_solve_coupled |
( |
class(cg_t), intent(inout) |
this, |
|
|
class(ax_t), intent(inout) |
Ax, |
|
|
type(field_t), intent(inout) |
x, |
|
|
type(field_t), intent(inout) |
y, |
|
|
type(field_t), intent(inout) |
z, |
|
|
real(kind=rp), dimension(n), intent(inout) |
fx, |
|
|
real(kind=rp), dimension(n), intent(inout) |
fy, |
|
|
real(kind=rp), dimension(n), intent(inout) |
fz, |
|
|
integer, intent(in) |
n, |
|
|
type(coef_t), intent(inout) |
coef, |
|
|
type(bc_list_t), intent(inout) |
blstx, |
|
|
type(bc_list_t), intent(inout) |
blsty, |
|
|
type(bc_list_t), intent(inout) |
blstz, |
|
|
type(gs_t), intent(inout) |
gs_h, |
|
|
integer, intent(in), optional |
niter |
|
) |
| |
|
private |