Home
last modified time | relevance | path

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

/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A Dpar_lr_restr_device.c88 HYPRE_Int n_cpts = n_fine - n_fpts; in hypre_BoomerAMGBuildRestrNeumannAIRDevice() local
89 hypre_assert(n_cpts == hypre_CSRMatrixNumRows(hypre_ParCSRMatrixDiag(ACF))); in hypre_BoomerAMGBuildRestrNeumannAIRDevice()
93 HYPRE_Int *Cmap = hypre_TAlloc(HYPRE_Int, n_cpts, HYPRE_MEMORY_DEVICE); in hypre_BoomerAMGBuildRestrNeumannAIRDevice()
231 nnz_diag = nnz_diag_Z + n_cpts; in hypre_BoomerAMGBuildRestrNeumannAIRDevice()
235 R_diag_i = hypre_CTAlloc(HYPRE_Int, n_cpts+1, HYPRE_MEMORY_DEVICE); in hypre_BoomerAMGBuildRestrNeumannAIRDevice()
242 Z_diag_i + n_cpts + 1, in hypre_BoomerAMGBuildRestrNeumannAIRDevice()
251n_cpts, Fmap, Cmap, Z_diag_i, Z_diag_j, Z_diag_a, R_diag_i, R_diag_j, R_diag_a); in hypre_BoomerAMGBuildRestrNeumannAIRDevice()
H A Dpar_lr_restr.c131 HYPRE_Int n_cpts = 0; in hypre_BoomerAMGBuildRestrDist2AIR() local
792 n_cpts ++; in hypre_BoomerAMGBuildRestrDist2AIR()
926 cnt_diag += n_cpts; in hypre_BoomerAMGBuildRestrDist2AIR()
932 R_diag_i = hypre_CTAlloc(HYPRE_Int, n_cpts+1, HYPRE_MEMORY_HOST); in hypre_BoomerAMGBuildRestrDist2AIR()
938 R_offd_i = hypre_CTAlloc(HYPRE_Int, n_cpts+1, HYPRE_MEMORY_HOST); in hypre_BoomerAMGBuildRestrDist2AIR()
1495 hypre_assert(ic == n_cpts); in hypre_BoomerAMGBuildRestrDist2AIR()
1792 HYPRE_Int n_cpts = n_fine - n_fpts; in hypre_BoomerAMGBuildRestrNeumannAIRHost() local
1914 nnz_diag = hypre_CSRMatrixNumNonzeros(Z_diag) + n_cpts; in hypre_BoomerAMGBuildRestrNeumannAIRHost()
1918 R_diag_i = hypre_CTAlloc(HYPRE_Int, n_cpts+1, HYPRE_MEMORY_DEVICE); in hypre_BoomerAMGBuildRestrNeumannAIRHost()
1924 R_offd_i = hypre_CTAlloc(HYPRE_Int, n_cpts+1, HYPRE_MEMORY_DEVICE); in hypre_BoomerAMGBuildRestrNeumannAIRHost()
[all …]
H A Dpar_restr.c105 HYPRE_Int n_cpts = 0; in hypre_BoomerAMGBuildRestrAIR() local
196 n_cpts ++; in hypre_BoomerAMGBuildRestrAIR()
231 cnt_diag += n_cpts; in hypre_BoomerAMGBuildRestrAIR()
237 R_diag_i = hypre_CTAlloc(HYPRE_Int, n_cpts+1,HYPRE_MEMORY_HOST); in hypre_BoomerAMGBuildRestrAIR()
243 R_offd_i = hypre_CTAlloc(HYPRE_Int, n_cpts+1,HYPRE_MEMORY_HOST); in hypre_BoomerAMGBuildRestrAIR()
695 hypre_assert(ic == n_cpts); in hypre_BoomerAMGBuildRestrAIR()
H A Dpar_mod_multi_interp.c550 HYPRE_Int n_cpts, i, j, i1, j1, j2; in hypre_GenerateMultipassPi() local
590 n_cpts = 0; in hypre_GenerateMultipassPi()
595 fine_to_coarse[i] = n_cpts++; in hypre_GenerateMultipassPi()
875 HYPRE_Int n_cpts, i, j, i1, j1, j2; in hypre_GenerateMultiPi() local
917 n_cpts = 0; in hypre_GenerateMultiPi()
922 fine_to_coarse[i] = n_cpts++; in hypre_GenerateMultiPi()
H A Dpar_interp.c3829 HYPRE_Int n_cpts = 0; in hypre_BoomerAMGBuildInterpOnePntHost() local
3938 fine_to_coarse[i] = n_cpts; in hypre_BoomerAMGBuildInterpOnePntHost()
3939 n_cpts++; in hypre_BoomerAMGBuildInterpOnePntHost()
4033 nnz_diag = cnt_diag + n_cpts; in hypre_BoomerAMGBuildInterpOnePntHost()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/pro/processes/
H A Dvolm_registration_error_process.cxx167 unsigned n_cpts = cor_line->size(); in volm_registration_error_process()
169 for (unsigned cp = 0; cp < n_cpts; cp++) { in volm_registration_error_process()
179 cd /= n_cpts; in volm_registration_error_process()