Home
last modified time | relevance | path

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

/dports/science/hypre/hypre-2.23.0/src/struct_mv/
H A Dstruct_vector.h60 #define hypre_StructVectorGlobalSize(vector) ((vector) -> global_size) macro
H A Dstruct_innerprod.c104 hypre_IncFLOPCount(2*hypre_StructVectorGlobalSize(x)); in hypre_StructInnerProd()
H A Dstruct_vector.c171 hypre_StructVectorGlobalSize(vector) = hypre_StructGridGlobalSize(grid); in hypre_StructVectorInitializeShell()
1256 hypre_StructVectorGlobalSize(y) = hypre_StructVectorGlobalSize(x); in hypre_StructVectorClone()
H A D_hypre_struct_mv.h1588 #define hypre_StructVectorGlobalSize(vector) ((vector) -> global_size) macro
/dports/science/hypre/hypre-2.23.0/src/struct_ls/
H A Dcyclic_reduction.c715 hypre_StructVectorGlobalSize(x_l[0])/2/(HYPRE_BigInt)flop_divisor; in hypre_CyclicReductionSetup()
717 5*hypre_StructVectorGlobalSize(x_l[0])/2/(HYPRE_BigInt)flop_divisor; in hypre_CyclicReductionSetup()
721 10*hypre_StructVectorGlobalSize(x_l[l])/2; in hypre_CyclicReductionSetup()
727 hypre_StructVectorGlobalSize(x_l[l])/2; in hypre_CyclicReductionSetup()
H A Dsparse_msg_restrict.c241 hypre_IncFLOPCount(4*hypre_StructVectorGlobalSize(rc)); in hypre_SparseMSGRestrict()
H A Dsparse_msg_interp.c270 hypre_IncFLOPCount(3*hypre_StructVectorGlobalSize(xc)); in hypre_SparseMSGInterp()
H A Dsmg_residual.c103 (hypre_StructMatrixGlobalSize(A) + hypre_StructVectorGlobalSize(x)) / in hypre_SMGResidualSetup()
H A Dsemi_restrict.c307 hypre_IncFLOPCount(4*hypre_StructVectorGlobalSize(rc)); in hypre_SemiRestrict()
H A Dsemi_interp.c336 hypre_IncFLOPCount(3*hypre_StructVectorGlobalSize(xc)); in hypre_SemiInterp()
H A Dsmg_residual_unrolled.c110 (hypre_StructMatrixGlobalSize(A) + hypre_StructVectorGlobalSize(x)) / in hypre_SMGResidualSetup()
H A Dpoint_relax.c301 hypre_StructVectorGlobalSize(x)); in hypre_PointRelaxSetup()
/dports/science/hypre/hypre-2.23.0/src/sstruct_ls/
H A Dnode_relax.c529 hypre_StructVectorGlobalSize( in hypre_NodeRelaxSetup()