Home
last modified time | relevance | path

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

/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A Dpar_cheby.c226 hypre_ParVector *orig_u_vec, /*another temp vector */ in hypre_ParCSRRelax_Cheby_SolveHost() argument
257 hypre_assert(hypre_VectorSize(hypre_ParVectorLocalVector(orig_u_vec)) >= num_rows); in hypre_ParCSRRelax_Cheby_SolveHost()
258 orig_u = hypre_VectorData(hypre_ParVectorLocalVector(orig_u_vec)); in hypre_ParCSRRelax_Cheby_SolveHost()
401 hypre_ParVector *orig_u_vec, /*another temp vector */ in hypre_ParCSRRelax_Cheby_Solve() argument
412 …SRRelax_Cheby_SolveHost(A, f, ds_data, coefs, order, scale, variant, u, v, r, orig_u_vec, tmp_vec); in hypre_ParCSRRelax_Cheby_Solve()
417 …Relax_Cheby_SolveDevice(A, f, ds_data, coefs, order, scale, variant, u, v, r, orig_u_vec, tmp_vec); in hypre_ParCSRRelax_Cheby_Solve()
H A Dpar_cheby_device.c125 hypre_ParVector *orig_u_vec, /*another temp vector */ in hypre_ParCSRRelax_Cheby_SolveDevice() argument
152 hypre_assert(hypre_VectorSize(hypre_ParVectorLocalVector(orig_u_vec)) >= num_rows); in hypre_ParCSRRelax_Cheby_SolveDevice()
153 HYPRE_Real *orig_u = hypre_VectorData(hypre_ParVectorLocalVector(orig_u_vec)); in hypre_ParCSRRelax_Cheby_SolveDevice()
H A Dpar_relax_more.c432 hypre_ParVector *orig_u_vec = NULL; in hypre_ParCSRRelax_Cheby() local
436 orig_u_vec = hypre_ParVectorCreate(hypre_ParCSRMatrixComm(A), in hypre_ParCSRRelax_Cheby()
439 hypre_ParVectorInitialize_v2(orig_u_vec, hypre_ParCSRMatrixMemoryLocation(A)); in hypre_ParCSRRelax_Cheby()
448 …hypre_ParCSRRelax_Cheby_Solve(A, f, ds_data, coefs, order, scale, variant, u, v, r, orig_u_vec, tm… in hypre_ParCSRRelax_Cheby()
452 hypre_ParVectorDestroy(orig_u_vec); in hypre_ParCSRRelax_Cheby()
H A Dprotos.h984 …Vector *u , hypre_ParVector *v , hypre_ParVector *r , hypre_ParVector *orig_u_vec, hypre_ParVector…
986 …rVector *u , hypre_ParVector *v , hypre_ParVector *r, hypre_ParVector *orig_u_vec, hypre_ParVector…
989 …rVector *u , hypre_ParVector *v , hypre_ParVector *r, hypre_ParVector *orig_u_vec, hypre_ParVector…
H A D_hypre_parcsr_ls.h1761 …Vector *u , hypre_ParVector *v , hypre_ParVector *r , hypre_ParVector *orig_u_vec, hypre_ParVector…
1763 …rVector *u , hypre_ParVector *v , hypre_ParVector *r, hypre_ParVector *orig_u_vec, hypre_ParVector…
1766 …rVector *u , hypre_ParVector *v , hypre_ParVector *r, hypre_ParVector *orig_u_vec, hypre_ParVector…