Home
last modified time | relevance | path

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

/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A Dpar_interp_device.c1058 HYPRE_BigInt *big_int_buf_data = NULL; in hypre_BoomerAMGBuildInterpOnePntDevice() local
1139big_int_buf_data = hypre_CTAlloc(HYPRE_BigInt, hypre_ParCSRCommPkgSendMapStart(comm_pkg, num_sends… in hypre_BoomerAMGBuildInterpOnePntDevice()
1145 big_int_buf_data ); in hypre_BoomerAMGBuildInterpOnePntDevice()
1147 big_int_buf_data, in hypre_BoomerAMGBuildInterpOnePntDevice()
1148 big_int_buf_data + hypre_ParCSRCommPkgSendMapStart(comm_pkg, num_sends), in hypre_BoomerAMGBuildInterpOnePntDevice()
1150 big_int_buf_data, in hypre_BoomerAMGBuildInterpOnePntDevice()
1152 … hypre_ParCSRCommHandleCreate_v2(21, comm_pkg, HYPRE_MEMORY_DEVICE, big_int_buf_data, HYPRE_MEMORY… in hypre_BoomerAMGBuildInterpOnePntDevice()
1154 hypre_TFree(big_int_buf_data, HYPRE_MEMORY_DEVICE); in hypre_BoomerAMGBuildInterpOnePntDevice()
H A Dpar_strength.c1827 HYPRE_BigInt *big_int_buf_data = NULL; in hypre_BoomerAMGCreate2ndSHost() local
1930 big_int_buf_data = hypre_TAlloc(HYPRE_BigInt, end, HYPRE_MEMORY_HOST); in hypre_BoomerAMGCreate2ndSHost()
1936big_int_buf_data[index - begin] = (HYPRE_BigInt)fine_to_coarse[send_map_elmts[index]] + my_first_c… in hypre_BoomerAMGCreate2ndSHost()
1939 comm_handle = hypre_ParCSRCommHandleCreate( 21, comm_pkg, big_int_buf_data, in hypre_BoomerAMGCreate2ndSHost()
1958 hypre_TFree(big_int_buf_data, HYPRE_MEMORY_HOST); in hypre_BoomerAMGCreate2ndSHost()
H A Dpar_interp.c3837 HYPRE_BigInt *big_int_buf_data = NULL; in hypre_BoomerAMGBuildInterpOnePntHost() local
4059big_int_buf_data = hypre_CTAlloc(HYPRE_BigInt, hypre_ParCSRCommPkgSendMapStart(comm_pkg, num_sends… in hypre_BoomerAMGBuildInterpOnePntHost()
4066 big_int_buf_data[index++] = my_first_cpt in hypre_BoomerAMGBuildInterpOnePntHost()
4070 comm_handle = hypre_ParCSRCommHandleCreate(21, comm_pkg, big_int_buf_data, fine_to_coarse_offd); in hypre_BoomerAMGBuildInterpOnePntHost()
4195 hypre_TFree(big_int_buf_data,HYPRE_MEMORY_HOST); in hypre_BoomerAMGBuildInterpOnePntHost()