Home
last modified time | relevance | path

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

/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A Dpar_interp.c3842 HYPRE_Int *max_abs_cij; in hypre_BoomerAMGBuildInterpOnePntHost() local
3921 max_abs_cij = hypre_CTAlloc(HYPRE_Int, n_fine,HYPRE_MEMORY_HOST); in hypre_BoomerAMGBuildInterpOnePntHost()
3986 vv == max_abs_aij && i1 < max_abs_cij[i]) in hypre_BoomerAMGBuildInterpOnePntHost()
3990 max_abs_cij[i] = i1; in hypre_BoomerAMGBuildInterpOnePntHost()
4000 max_abs_cij[i] = i1; in hypre_BoomerAMGBuildInterpOnePntHost()
4015 max_abs_cij[i] = i1; in hypre_BoomerAMGBuildInterpOnePntHost()
4095 j = max_abs_cij[i]; in hypre_BoomerAMGBuildInterpOnePntHost()
4103 j = max_abs_cij[i]; in hypre_BoomerAMGBuildInterpOnePntHost()
4200 hypre_TFree(max_abs_cij,HYPRE_MEMORY_HOST); in hypre_BoomerAMGBuildInterpOnePntHost()