Home
last modified time | relevance | path

Searched refs:hecmw_mat_get_resid (Results 1 – 7 of 7) sorted by relevance

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/solver/iterative/
H A Dhecmw_solver_Iterative.f9060 RESID = hecmw_mat_get_resid(hecMAT)
146 if (resid2 < hecmw_mat_get_resid(hecMAT)) call hecmw_mat_set_flag_converged(hecMAT, 1)
H A Dhecmw_solver_CG.f9088 TOL = hecmw_mat_get_resid( hecMAT )
H A Dhecmw_solver_BiCGSTAB.f9085 TOL = hecmw_mat_get_resid( hecMAT )
H A Dhecmw_solver_GMRES.f9088 TOL = hecmw_mat_get_resid( hecMAT )
H A Dhecmw_solver_GPBiCG.f9090 TOL = hecmw_mat_get_resid( hecMAT )
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/solver/matrix/
H A Dhecmw_matrix_misc.f9090 public :: hecmw_mat_get_resid
720 function hecmw_mat_get_resid( hecMAT ) function
721 real(kind=kreal) :: hecmw_mat_get_resid local
724 hecmw_mat_get_resid = hecMAT%Rarray(IDX_R_RESID)
725 end function hecmw_mat_get_resid
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/solver/
H A Dhecmw_solver.f9080 if (resid < hecmw_mat_get_resid(hecMAT)) then