Searched refs:xnew (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/AMG/ |
| H A D | ramg_smoother.f | 395 subroutine ramg_smoother(level,xnew,xold,xrhs, argument 405 real(kind=8),dimension(amg_nshg(level)),intent(inout) :: xnew local 429 call ramg_mls_apply(xnew,xold,xrhs,level, 435 & amg_nnz(level),xrhs,xnew,xold, 439 call ramg_cheby_apply(xnew,xold,xrhs,level, 446 & xrhs,xnew,xold)
|