Home
last modified time | relevance | path

Searched refs:post_interp_type (Results 1 – 9 of 9) sorted by relevance

/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A DHYPRE_parcsr_amg.c379 HYPRE_Int post_interp_type ) in HYPRE_BoomerAMGSetPostInterpType() argument
382 post_interp_type ) ); in HYPRE_BoomerAMGSetPostInterpType()
387 HYPRE_Int * post_interp_type ) in HYPRE_BoomerAMGGetPostInterpType() argument
390 post_interp_type ) ); in HYPRE_BoomerAMGGetPostInterpType()
H A Dpar_amg.h53 HYPRE_Int post_interp_type; member
299 #define hypre_ParAMGDataPostInterpType(amg_data) ((amg_data) -> post_interp_type)
H A Dpar_amg.c61 HYPRE_Int post_interp_type; in hypre_BoomerAMGCreate() local
174 post_interp_type = 0; in hypre_BoomerAMGCreate()
316 hypre_BoomerAMGSetPostInterpType(amg_data, post_interp_type); in hypre_BoomerAMGCreate()
1474 HYPRE_Int post_interp_type ) in hypre_BoomerAMGSetPostInterpType() argument
1484 if (post_interp_type < 0) in hypre_BoomerAMGSetPostInterpType()
1490 hypre_ParAMGDataPostInterpType(amg_data) = post_interp_type; in hypre_BoomerAMGSetPostInterpType()
1497 HYPRE_Int * post_interp_type ) in hypre_BoomerAMGGetPostInterpType() argument
1507 *post_interp_type = hypre_ParAMGDataPostInterpType(amg_data); in hypre_BoomerAMGGetPostInterpType()
H A Dpar_amg_setup.c170 HYPRE_Int post_interp_type; /* what to do after computing the interpolation matrix in hypre_BoomerAMGSetup() local
254 post_interp_type = hypre_ParAMGDataPostInterpType(amg_data); in hypre_BoomerAMGSetup()
2477 for (i = 0; i < post_interp_type; i++) in hypre_BoomerAMGSetup()
H A D_hypre_parcsr_ls.h71 HYPRE_Int post_interp_type; member
317 #define hypre_ParAMGDataPostInterpType(amg_data) ((amg_data) -> post_interp_type)
1079 HYPRE_Int HYPRE_BoomerAMGSetPostInterpType ( HYPRE_Solver solver , HYPRE_Int post_interp_type );
1080 HYPRE_Int HYPRE_BoomerAMGGetPostInterpType ( HYPRE_Solver solver , HYPRE_Int *post_interp_type );
1577 HYPRE_Int hypre_BoomerAMGSetPostInterpType ( void *data , HYPRE_Int post_interp_type );
1578 HYPRE_Int hypre_BoomerAMGGetPostInterpType ( void *data , HYPRE_Int *post_interp_type );
H A Dprotos.h302 HYPRE_Int HYPRE_BoomerAMGSetPostInterpType ( HYPRE_Solver solver , HYPRE_Int post_interp_type );
303 HYPRE_Int HYPRE_BoomerAMGGetPostInterpType ( HYPRE_Solver solver , HYPRE_Int *post_interp_type );
800 HYPRE_Int hypre_BoomerAMGSetPostInterpType ( void *data , HYPRE_Int post_interp_type );
801 HYPRE_Int hypre_BoomerAMGGetPostInterpType ( void *data , HYPRE_Int *post_interp_type );
H A DHYPRE_parcsr_ls.h4307 HYPRE_Int post_interp_type);
/dports/science/hypre/hypre-2.23.0/src/test/
H A Dnew_ij.c240 HYPRE_Int post_interp_type = 0; /* default value */ in main() local
1032 post_interp_type = atoi(argv[arg_index++]); in main()
2236 HYPRE_BoomerAMGSetPostInterpType(amg_solver, post_interp_type); in main()
2394 HYPRE_BoomerAMGSetPostInterpType(amg_solver, post_interp_type); in main()
2550 HYPRE_BoomerAMGSetPostInterpType(pcg_precond, post_interp_type); in main()
2701 HYPRE_BoomerAMGSetPostInterpType(pcg_precond, post_interp_type); in main()
2915 HYPRE_BoomerAMGSetPostInterpType(pcg_precond, post_interp_type); in main()
3055 HYPRE_BoomerAMGSetPostInterpType(pcg_precond, post_interp_type); in main()
3272 HYPRE_BoomerAMGSetPostInterpType(pcg_precond, post_interp_type); in main()
3442 HYPRE_BoomerAMGSetPostInterpType(pcg_precond, post_interp_type); in main()
[all …]
H A Dij.c314 HYPRE_Int post_interp_type = 0; /* default value */ in main() local
1594 post_interp_type = atoi(argv[arg_index++]); in main()
3527 HYPRE_BoomerAMGSetPostInterpType(amg_solver, post_interp_type); in main()
3856 HYPRE_BoomerAMGSetPostInterpType(amg_solver, post_interp_type); in main()
4027 HYPRE_BoomerAMGSetPostInterpType(pcg_precond, post_interp_type); in main()
4195 HYPRE_BoomerAMGSetPostInterpType(pcg_precond, post_interp_type); in main()
4377 HYPRE_BoomerAMGSetPostInterpType(amg_solver, post_interp_type); in main()
5472 HYPRE_BoomerAMGSetPostInterpType(amg_precond, post_interp_type); in main()
5648 HYPRE_BoomerAMGSetPostInterpType(pcg_precond, post_interp_type); in main()
6313 HYPRE_BoomerAMGSetPostInterpType(amg_solver, post_interp_type); in main()
[all …]