Home
last modified time | relevance | path

Searched refs:hecmw_mat_get_scaling (Results 1 – 5 of 5) sorted by relevance

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/solver/las/
H A Dhecmw_solver_scaling_nn.f9032 if (hecmw_mat_get_scaling(hecMAT).eq.0) return
118 if (hecmw_mat_get_scaling(hecMAT).eq.0) return
H A Dhecmw_solver_scaling_33.f9032 if (hecmw_mat_get_scaling(hecMAT).eq.0) return
129 if (hecmw_mat_get_scaling(hecMAT).eq.0) return
H A Dhecmw_solver_scaling_44.f9032 if (hecmw_mat_get_scaling(hecMAT).eq.0) return
155 if (hecmw_mat_get_scaling(hecMAT).eq.0) return
H A Dhecmw_solver_scaling_66.f9033 if (hecmw_mat_get_scaling(hecMAT).eq.0) return
245 if (hecmw_mat_get_scaling(hecMAT).eq.0) return
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/solver/matrix/
H A Dhecmw_matrix_misc.f9033 public :: hecmw_mat_get_scaling
398 function hecmw_mat_get_scaling( hecMAT ) function
399 integer(kind=kint) :: hecmw_mat_get_scaling local
402 hecmw_mat_get_scaling = hecMAT%Iarray(IDX_I_SCALING)
403 end function hecmw_mat_get_scaling