Home
last modified time | relevance | path

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

/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A Dpar_rap_communication.c58 HYPRE_Int coarse_shift; in hypre_GetCommPkgRTFromCommPkgA() local
103 #pragma omp parallel for private(i,j,ns,ne,size,rest,coarse_shift) HYPRE_SMP_SCHEDULE in hypre_GetCommPkgRTFromCommPkgA()
107 coarse_shift = 0; in hypre_GetCommPkgRTFromCommPkgA()
108 if (j > 0) coarse_shift = coarse_counter[j-1]; in hypre_GetCommPkgRTFromCommPkgA()
122 fine_to_coarse[i] += coarse_shift; in hypre_GetCommPkgRTFromCommPkgA()
H A Dpar_interp.c91 HYPRE_Int coarse_shift; in hypre_BoomerAMGBuildInterp() local
394 coarse_shift = 0; in hypre_BoomerAMGBuildInterp()
410 fine_to_coarse[i] += coarse_shift; in hypre_BoomerAMGBuildInterp()
1054 HYPRE_Int coarse_shift; in hypre_BoomerAMGBuildInterpHE() local
1348 coarse_shift = 0; in hypre_BoomerAMGBuildInterpHE()
1363 fine_to_coarse[i] += coarse_shift; in hypre_BoomerAMGBuildInterpHE()
1919 HYPRE_Int coarse_shift; in hypre_BoomerAMGBuildDirInterpHost() local
2159 coarse_shift = 0; in hypre_BoomerAMGBuildDirInterpHost()
2175 fine_to_coarse[i] += coarse_shift; in hypre_BoomerAMGBuildDirInterpHost()
2681 HYPRE_Int coarse_shift; in hypre_BoomerAMGBuildInterpModUnk() local
[all …]
H A Dpar_mgr.c876 HYPRE_Int coarse_shift; in hypre_MGRBuildP() local
1098 coarse_shift = 0; in hypre_MGRBuildP()
1099 if (j > 0) coarse_shift = coarse_counter[j-1]; in hypre_MGRBuildP()
1114 fine_to_coarse[i] += coarse_shift; in hypre_MGRBuildP()
1444 HYPRE_Int coarse_shift; in hypre_MGRBuildPDRS() local
1673 coarse_shift = 0; in hypre_MGRBuildPDRS()
1674 if (j > 0) coarse_shift = coarse_counter[j-1]; in hypre_MGRBuildPDRS()
1688 fine_to_coarse[i] += coarse_shift; in hypre_MGRBuildPDRS()
4659 HYPRE_Int coarse_shift; in hypre_MGRGetSubBlock() local
4889 coarse_shift = 0; in hypre_MGRGetSubBlock()
[all …]
H A Dpar_gsmg.c766 HYPRE_Int coarse_shift; in hypre_BoomerAMGBuildInterpLS() local
1013 #pragma omp parallel for private(i,j,ns,ne,size,rest,coarse_shift) HYPRE_SMP_SCHEDULE in hypre_BoomerAMGBuildInterpLS()
1017 coarse_shift = 0; in hypre_BoomerAMGBuildInterpLS()
1018 if (j > 0) coarse_shift = coarse_counter[j-1]; in hypre_BoomerAMGBuildInterpLS()
1032 fine_to_coarse[i] += coarse_shift; in hypre_BoomerAMGBuildInterpLS()
/dports/science/hypre/hypre-2.23.0/src/parcsr_block_mv/
H A Dpar_csr_block_interp.c107 HYPRE_Int coarse_shift; in hypre_BoomerAMGBuildBlockInterp() local
418 coarse_shift = 0; in hypre_BoomerAMGBuildBlockInterp()
433 fine_to_coarse[i] += coarse_shift; in hypre_BoomerAMGBuildBlockInterp()
1657 HYPRE_Int coarse_shift; in hypre_BoomerAMGBuildBlockInterpDiag() local
1976 coarse_shift = 0; in hypre_BoomerAMGBuildBlockInterpDiag()
2775 HYPRE_Int coarse_shift; in hypre_BoomerAMGBuildBlockInterpRV() local
3086 coarse_shift = 0; in hypre_BoomerAMGBuildBlockInterpRV()
3821 HYPRE_Int coarse_shift; in hypre_BoomerAMGBuildBlockInterpRV2() local
4133 coarse_shift = 0; in hypre_BoomerAMGBuildBlockInterpRV2()
4839 HYPRE_Int coarse_shift; in hypre_BoomerAMGBuildBlockDirInterp() local
[all …]