Home
last modified time | relevance | path

Searched refs:GET_PARAMETER (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/reparam_cm/src/Common/
H A Dreparam-demo.c119 GET_PARAMETER(1, "gmres->tolerance", "%f", in get_reparam_cm_parameter()
121 GET_PARAMETER(1, "gmres->restart", "%d", in get_reparam_cm_parameter()
123 GET_PARAMETER(1, "gmres->max_iter", "%d", in get_reparam_cm_parameter()
125 GET_PARAMETER(1, "gmres->info", "%d", in get_reparam_cm_parameter()
128 GET_PARAMETER(1, "uzawa->tolerance", "%f", in get_reparam_cm_parameter()
130 GET_PARAMETER(1, "uzawa->max_iter", "%d", in get_reparam_cm_parameter()
132 GET_PARAMETER(1, "uzawa->info", "%d", in get_reparam_cm_parameter()
134 GET_PARAMETER(1, "uzawa->tolerance_ell", "%f", in get_reparam_cm_parameter()
136 GET_PARAMETER(1, "uzawa->max_iter_ell", "%d", in get_reparam_cm_parameter()
138 GET_PARAMETER(1, "uzawa->info_ell", "%d", in get_reparam_cm_parameter()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/demo/src/Common/
H A Dstokes.c406 GET_PARAMETER(1, "sp->solver", "%d", &solver); in solve()
410 GET_PARAMETER(1, "sp->solver info", "%d", &info); in solve()
428 GET_PARAMETER(1, "sp->Auf precon ilu(k)", "%d", in solve()
555 GET_PARAMETER(1, "estimator C0", "%f", &C[0]); in estimate()
556 GET_PARAMETER(1, "estimator C1", "%f", &C[1]); in estimate()
557 GET_PARAMETER(1, "estimator C2", "%f", &C[2]); in estimate()
558 GET_PARAMETER(1, "estimator C3", "%f", &C[3]); in estimate()
697 GET_PARAMETER(1, "mesh dimension", "%d", &dim); in main()
698 GET_PARAMETER(1, "macro file name", "%s", filename); in main()
702 GET_PARAMETER(1, "stokes pair", "%s", stokes_name); in main()
[all …]
H A Dellipt.c250 GET_PARAMETER(1, "solver", "%d", &solver); in solve()
251 GET_PARAMETER(1, "solver tolerance", "%f", &tol); in solve()
252 GET_PARAMETER(1, "solver precon", "%d", &icon); in solve()
254 GET_PARAMETER(1, "solver info", "%d", &info); in solve()
339 GET_PARAMETER(1, "error norm", "%d", &norm); in estimate()
340 GET_PARAMETER(1, "estimator C0", "%f", &C[0]); in estimate()
341 GET_PARAMETER(1, "estimator C1", "%f", &C[1]); in estimate()
342 GET_PARAMETER(1, "estimator C2", "%f", &C[2]); in estimate()
407 GET_PARAMETER(1, "mesh dimension", "%d", &dim); in main()
408 GET_PARAMETER(1, "macro file name", "%s", filename); in main()
[all …]
H A Dellipt-dg.c339 GET_PARAMETER(1, "solver", "%d", &solver); in solve()
340 GET_PARAMETER(1, "solver tolerance", "%f", &tol); in solve()
341 GET_PARAMETER(1, "solver precon", "%d", &icon); in solve()
343 GET_PARAMETER(1, "solver info", "%d", &info); in solve()
427 GET_PARAMETER(1, "error norm", "%d", &norm); in estimate()
428 GET_PARAMETER(1, "estimator C0", "%f", &C[0]); in estimate()
429 GET_PARAMETER(1, "estimator C1", "%f", &C[1]); in estimate()
430 GET_PARAMETER(1, "estimator C2", "%f", &C[2]); in estimate()
497 GET_PARAMETER(1, "mesh dimension", "%d", &dim); in main()
498 GET_PARAMETER(1, "macro file name", "%s", filename); in main()
[all …]
H A Dquasi-stokes.c719 GET_PARAMETER(1, "sp->solver", "%d", &solver); in solve()
723 GET_PARAMETER(1, "sp->solver info", "%d", &info); in solve()
956 GET_PARAMETER(1, "estimator C0", "%f", &C[0]); in estimate()
957 GET_PARAMETER(1, "estimator C1", "%f", &C[1]); in estimate()
958 GET_PARAMETER(1, "estimator C2", "%f", &C[2]); in estimate()
959 GET_PARAMETER(1, "estimator C3", "%f", &C[3]); in estimate()
1093 GET_PARAMETER(1, "mesh dimension", "%d", &dim); in main()
1102 GET_PARAMETER(1, "QS mu", "%f", &mu); in main()
1103 GET_PARAMETER(1, "QS nu", "%f", &nu); in main()
1105 GET_PARAMETER(1, "velocity translation", in main()
[all …]
H A Dquasi-stokes-slip.c946 GET_PARAMETER(1, "sp->solver", "%d", &solver); in solve()
1006 GET_PARAMETER(1, "sp->slip->Yproj precon", "%d", in solve()
1255 GET_PARAMETER(1, "estimator C0", "%f", &C[0]); in estimate()
1256 GET_PARAMETER(1, "estimator C1", "%f", &C[1]); in estimate()
1257 GET_PARAMETER(1, "estimator C2", "%f", &C[2]); in estimate()
1258 GET_PARAMETER(1, "estimator C3", "%f", &C[3]); in estimate()
1445 GET_PARAMETER(1, "mesh dimension", "%d", &dim); in main()
1454 GET_PARAMETER(1, "QS mu", "%f", &mu); in main()
1455 GET_PARAMETER(1, "QS nu", "%f", &nu); in main()
1459 GET_PARAMETER(1, "velocity value", in main()
[all …]
H A Dheat-easy.c303 GET_PARAMETER(1, "data path", "%s", path); in close_timestep()
420 GET_PARAMETER(1, "solver", "%d", &solver); in solve()
422 GET_PARAMETER(1, "solver precon", "%d", &icon); in solve()
424 GET_PARAMETER(1, "solver info", "%d", &info); in solve()
485 GET_PARAMETER(1, "estimator C0", "%f", &C[0]); in estimate()
486 GET_PARAMETER(1, "estimator C1", "%f", &C[1]); in estimate()
487 GET_PARAMETER(1, "estimator C2", "%f", &C[2]); in estimate()
488 GET_PARAMETER(1, "estimator C3", "%f", &C[3]); in estimate()
539 GET_PARAMETER(1, "mesh dimension", "%d", &dim); in main()
542 GET_PARAMETER(1, "parameter theta", "%e", &theta); in main()
[all …]
H A Dheat.c321 GET_PARAMETER(1, "data path", "%s", path); in close_timestep()
565 GET_PARAMETER(1, "solver", "%d", &solver); in solve()
567 GET_PARAMETER(1, "solver precon", "%d", &icon); in solve()
569 GET_PARAMETER(1, "solver info", "%d", &info); in solve()
623 GET_PARAMETER(1, "estimator C0", "%f", &C[0]); in estimate()
624 GET_PARAMETER(1, "estimator C1", "%f", &C[1]); in estimate()
625 GET_PARAMETER(1, "estimator C2", "%f", &C[2]); in estimate()
626 GET_PARAMETER(1, "estimator C3", "%f", &C[3]); in estimate()
679 GET_PARAMETER(1, "mesh dimension", "%d", &dim); in main()
682 GET_PARAMETER(1, "parameter theta", "%e", &theta); in main()
[all …]
H A Dellipt-sphere.c492 GET_PARAMETER(1, "solver", "%d", &solver); in solve()
493 GET_PARAMETER(1, "solver tolerance", "%f", &tol); in solve()
494 GET_PARAMETER(1, "solver precon", "%d", &icon); in solve()
496 GET_PARAMETER(1, "solver info", "%d", &info); in solve()
559 GET_PARAMETER(1, "error norm", "%d", &norm); in estimate()
560 GET_PARAMETER(1, "estimator C0", "%f", &C[0]); in estimate()
561 GET_PARAMETER(1, "estimator C1", "%f", &C[1]); in estimate()
562 GET_PARAMETER(1, "estimator C2", "%f", &C[2]); in estimate()
642 GET_PARAMETER(1, "macro file name", "%s", filename); in main()
643 GET_PARAMETER(1, "polynomial degree", "%d", &degree); in main()
[all …]
H A Dellipt-periodic.c480 GET_PARAMETER(1, "solver", "%d", &solver); in solve()
481 GET_PARAMETER(1, "solver tolerance", "%f", &tol); in solve()
482 GET_PARAMETER(1, "solver precon", "%d", &icon); in solve()
484 GET_PARAMETER(1, "solver info", "%d", &info); in solve()
548 GET_PARAMETER(1, "error norm", "%d", &norm); in estimate()
549 GET_PARAMETER(1, "estimator C0", "%f", &C[0]); in estimate()
550 GET_PARAMETER(1, "estimator C1", "%f", &C[1]); in estimate()
551 GET_PARAMETER(1, "estimator C2", "%f", &C[2]); in estimate()
718 GET_PARAMETER(1, "mesh dimension", "%d", &dim); in main()
719 GET_PARAMETER(1, "macro file name", "%s", filename); in main()
[all …]
H A Dnonlin.c174 GET_PARAMETER(1, "error norm", "%d", &norm); in estimate()
175 GET_PARAMETER(1, "estimator C0", "%f", C); in estimate()
176 GET_PARAMETER(1, "estimator C1", "%f", C+1); in estimate()
177 GET_PARAMETER(1, "estimator C2", "%f", C+2); in estimate()
231 GET_PARAMETER(1, "global refinements", "%d", &n_refine); in main()
232 GET_PARAMETER(1, "polynomial degree", "%d", &degree); in main()
233 GET_PARAMETER(1, "mesh dimension", "%d", &dim); in main()
234 GET_PARAMETER(1, "online graphics", "%B", &do_graphics); in main()
H A Dnlsolve.c335 GET_PARAMETER(1, "newton tolerance", "%e", &nls_data.tolerance); in nlsolve()
337 GET_PARAMETER(1, "newton max. iter", "%d", &nls_data.max_iter); in nlsolve()
339 GET_PARAMETER(1, "newton info", "%d", &nls_data.info); in nlsolve()
341 GET_PARAMETER(1, "newton restart", "%d", &nls_data.restart); in nlsolve()
352 GET_PARAMETER(1, "linear solver tolerance", "%f", &data.tolerance); in nlsolve()
353 GET_PARAMETER(1, "linear solver max iteration", "%d", &data.max_iter); in nlsolve()
354 GET_PARAMETER(1, "linear solver info", "%d", &data.info); in nlsolve()
355 GET_PARAMETER(1, "linear solver precon", "%d", &data.icon); in nlsolve()
358 GET_PARAMETER(1, "linear precon ssor iter", "%d", &data.ssor_iter); in nlsolve()
361 GET_PARAMETER(1, "linear precon ilu(k)", "%d", &data.ilu_k); in nlsolve()
[all …]
H A Dellipt-isoparam.c620 GET_PARAMETER(1, "solver", "%d", &solver); in solve()
621 GET_PARAMETER(1, "solver tolerance", "%f", &tol); in solve()
622 GET_PARAMETER(1, "solver precon", "%d", &icon); in solve()
624 GET_PARAMETER(1, "solver info", "%d", &info); in solve()
697 GET_PARAMETER(1, "error norm", "%d", &norm); in estimate()
698 GET_PARAMETER(1, "estimator C0", "%f", &C[0]); in estimate()
699 GET_PARAMETER(1, "estimator C1", "%f", &C[1]); in estimate()
700 GET_PARAMETER(1, "estimator C2", "%f", &C[2]); in estimate()
822 GET_PARAMETER(1, "mesh dimension", "%d", &dim); in main()
828 GET_PARAMETER(1, "macro file name", "%s", filename); in main()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/block_solve/demo/Common/
H A Dstokes.c420 GET_PARAMETER(1, "solver", "%d", &solver); in solve()
421 GET_PARAMETER(1, "solver tolerance", "%f", &tol); in solve()
423 GET_PARAMETER(1, "solver info", "%d", &info); in solve()
471 GET_PARAMETER(1, "sp->solver", "%d", &solver); in solve()
475 GET_PARAMETER(1, "sp->solver info", "%d", &info); in solve()
622 GET_PARAMETER(1, "estimator C0", "%f", &C[0]); in estimate()
623 GET_PARAMETER(1, "estimator C1", "%f", &C[1]); in estimate()
624 GET_PARAMETER(1, "estimator C2", "%f", &C[2]); in estimate()
625 GET_PARAMETER(1, "estimator C3", "%f", &C[3]); in estimate()
765 GET_PARAMETER(1, "mesh dimension", "%d", &dim); in main()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/Common/
H A Dadapt.c676 GET_PARAMETER(info, key, "%d", &adapt->strategy); in init_strategy()
682 GET_PARAMETER(info, key, "%f", &adapt->MS_gamma); in init_strategy()
691 GET_PARAMETER(info, key, "%f", &adapt->ES_theta); in init_strategy()
702 GET_PARAMETER(info, key, "%f", &adapt->GERS_nu); in init_strategy()
755 GET_PARAMETER(info-1, key, "%f", &adapt->tolerance); in get_adapt_stat()
757 GET_PARAMETER(info-2, key, "%f", &adapt->p); in get_adapt_stat()
761 GET_PARAMETER(info-1, key, "%d", &adapt->info); in get_adapt_stat()
866 GET_PARAMETER(info-1, key, "%f", &adapt->end_time); in get_adapt_instat()
868 GET_PARAMETER(info-1, key, "%f", &adapt->timestep); in get_adapt_instat()
870 GET_PARAMETER(info-1, key, "%d", &adapt->strategy); in get_adapt_instat()
[all …]
H A DMG_s.c129 GET_PARAMETER(info, name, "%f", &mg_info->tolerance); in mg_s_init()
133 GET_PARAMETER(info, name, "%d", &mg_info->cycle); in mg_s_init()
135 GET_PARAMETER(info, name, "%d", &mg_info->n_pre_smooth); in mg_s_init()
137 GET_PARAMETER(info, name, "%d", &mg_info->n_in_smooth); in mg_s_init()
139 GET_PARAMETER(info, name, "%d", &mg_info->n_post_smooth); in mg_s_init()
141 GET_PARAMETER(info, name, "%d", &mg_info->exact_level); in mg_s_init()
143 GET_PARAMETER(info, name, "%d", &mg_info->info); in mg_s_init()
146 GET_PARAMETER(info, name, "%d", &mg_s_info->smoother); in mg_s_init()
148 GET_PARAMETER(info, name, "%e", &mg_s_info->smooth_omega); in mg_s_init()
150 GET_PARAMETER(info, name, "%d", &mg_s_info->exact_solver); in mg_s_init()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/static_condensation/demo/Common/
H A Dmini-stokes.c482 GET_PARAMETER(1, "block->solver", "%d", &solver); in block_solve()
575 GET_PARAMETER(1, "sp->solver", "%d", &solver); in solve()
579 GET_PARAMETER(1, "sp->solver info", "%d", &info); in solve()
593 GET_PARAMETER(1, "sp->Auf precon ilu(k)", "%d", in solve()
758 GET_PARAMETER(1, "estimator C0", "%f", &C[0]); in estimate()
759 GET_PARAMETER(1, "estimator C1", "%f", &C[1]); in estimate()
760 GET_PARAMETER(1, "estimator C2", "%f", &C[2]); in estimate()
761 GET_PARAMETER(1, "estimator C3", "%f", &C[3]); in estimate()
942 GET_PARAMETER(1, "mesh dimension", "%d", &dim); in main()
947 GET_PARAMETER(1, "stokes pair", "%s", stokes_name); in main()
[all …]
H A Dmini-quasi-stokes.c793 GET_PARAMETER(1, "block->solver", "%d", &solver); in block_solve()
889 GET_PARAMETER(1, "sp->solver", "%d", &solver); in solve()
1156 GET_PARAMETER(1, "estimator C0", "%f", &C[0]); in estimate()
1157 GET_PARAMETER(1, "estimator C1", "%f", &C[1]); in estimate()
1158 GET_PARAMETER(1, "estimator C2", "%f", &C[2]); in estimate()
1159 GET_PARAMETER(1, "estimator C3", "%f", &C[3]); in estimate()
1331 GET_PARAMETER(1, "mesh dimension", "%d", &dim); in main()
1349 GET_PARAMETER(1, "QS mu", "%f", &mu); in main()
1350 GET_PARAMETER(1, "QS nu", "%f", &nu); in main()
1352 GET_PARAMETER(1, "velocity translation", in main()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/albertasystems/AlbertaNum/Common/
H A Dadapt.cc1055 GET_PARAMETER(info, key, "%d", &adapt->strategy);
1061 GET_PARAMETER(info, key, "%f", &adapt->MS_gamma);
1070 GET_PARAMETER(info, key, "%f", &adapt->ES_theta);
1081 GET_PARAMETER(info, key, "%f", &adapt->GERS_nu);
1120 GET_PARAMETER(info-1, key, "%f", &adapt->tolerance);
1122 GET_PARAMETER(info-2, key, "%f", &adapt->p);
1126 GET_PARAMETER(info-1, key, "%d", &adapt->info);
1221 GET_PARAMETER(info-1, key, "%f", &adapt->end_time);
1223 GET_PARAMETER(info-1, key, "%f", &adapt->timestep);
1225 GET_PARAMETER(info-1, key, "%d", &adapt->strategy);
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/demo/src/4d/
H A Dellipt-klein-bottle.c479 GET_PARAMETER(1, "solver", "%d", &solver); in solve()
480 GET_PARAMETER(1, "solver tolerance", "%f", &tol); in solve()
481 GET_PARAMETER(1, "solver precon", "%d", &icon); in solve()
483 GET_PARAMETER(1, "solver info", "%d", &info); in solve()
503 GET_PARAMETER(1, "solver", "%d", &solver);
505 GET_PARAMETER(1, "solver precon", "%d", &icon);
507 GET_PARAMETER(1, "solver info", "%d", &info);
549 GET_PARAMETER(1, "error norm", "%d", &norm); in estimate()
550 GET_PARAMETER(1, "estimator C0", "%f", &C[0]); in estimate()
551 GET_PARAMETER(1, "estimator C1", "%f", &C[1]); in estimate()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/albertasystems/Heat/Common/
H A Dellipt.c75 GET_PARAMETER(1, "polynomial degree", "%d", &degree); in init_dof_admin()
269 GET_PARAMETER(1, "solver", "%d", &solver); in solve()
270 GET_PARAMETER(1, "solver tolerance", "%f", &tol); in solve()
271 GET_PARAMETER(1, "solver precon", "%d", &icon); in solve()
273 GET_PARAMETER(1, "solver info", "%d", &info); in solve()
275 GET_PARAMETER(1, "solver restart", "%d", &restart); in solve()
320 GET_PARAMETER(1, "error norm", "%d", &norm); in estimate()
321 GET_PARAMETER(1, "estimator C0", "%f", &C[0]); in estimate()
322 GET_PARAMETER(1, "estimator C1", "%f", &C[1]); in estimate()
323 GET_PARAMETER(1, "estimator C2", "%f", &C[2]); in estimate()
[all …]
H A Dheat.cc76 GET_PARAMETER(2, "periodic", "%d", &periodic); in init_heat_dof_admin()
79 GET_PARAMETER(2, "heat polynomial degree", "%d", &degree); in init_heat_dof_admin()
205 GET_PARAMETER(1, "heat solver", "%d", &solver); in solve()
206 GET_PARAMETER(1, "heat solver tolerance", "%f", &tol); in solve()
207 GET_PARAMETER(1, "heat solver precon", "%d", &icon); in solve()
208 GET_PARAMETER(1, "heat solver max iteration", "%d", &max_iter); in solve()
209 GET_PARAMETER(1, "heat solver info", "%d", &info); in solve()
211 GET_PARAMETER(1, "heat solver restart", "%d", &restart); in solve()
298 GET_PARAMETER(1, "heat estimator C0", "%f", &C); in est_initial_heat()
343 GET_PARAMETER(1, "parameter theta", "%e", &theta); in init_heat()
H A Ddemoheat.c74 GET_PARAMETER(1, "polynomial degree", "%d", &degree); in init_dof_admin()
472 GET_PARAMETER(1, "heat solver", "%d", &solver); in solve()
476 GET_PARAMETER(1, "heat solver info", "%d", &info); in solve()
526 GET_PARAMETER(1, "th estimator C0", "%f", &C[0]); in estimate()
527 GET_PARAMETER(1, "th estimator C1", "%f", &C[1]); in estimate()
528 GET_PARAMETER(1, "th estimator C2", "%f", &C[2]); in estimate()
529 GET_PARAMETER(1, "th estimator C3", "%f", &C[3]); in estimate()
589 GET_PARAMETER(1, "mesh dimension", "%d", &dim); in main()
590 GET_PARAMETER(1, "macro file name", "%s", filename); in main()
592 GET_PARAMETER(1, "polynomial degree", "%d", &p); in main()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/demo/src/3d/
H A Dellipt-moebius.c518 GET_PARAMETER(1, "solver", "%d", &solver); in solve()
519 GET_PARAMETER(1, "solver tolerance", "%f", &tol); in solve()
520 GET_PARAMETER(1, "solver precon", "%d", &icon); in solve()
522 GET_PARAMETER(1, "solver info", "%d", &info); in solve()
526 GET_PARAMETER(1, "solver restart", "%d", &restart); in solve()
567 GET_PARAMETER(1, "error norm", "%d", &norm); in estimate()
568 GET_PARAMETER(1, "estimator C0", "%f", &C[0]); in estimate()
569 GET_PARAMETER(1, "estimator C1", "%f", &C[1]); in estimate()
570 GET_PARAMETER(1, "estimator C2", "%f", &C[2]); in estimate()
646 GET_PARAMETER(1, "macro file name", "%s", filename); in main()
[all …]
H A Dellipt2.c379 GET_PARAMETER(1, "solver", "%d", &solver); in solve()
380 GET_PARAMETER(1, "solver tolerance", "%f", &tol); in solve()
381 GET_PARAMETER(1, "solver precon", "%d", &icon); in solve()
383 GET_PARAMETER(1, "solver info", "%d", &info); in solve()
387 GET_PARAMETER(1, "solver restart", "%d", &restart); in solve()
428 GET_PARAMETER(1, "error norm", "%d", &norm); in estimate()
429 GET_PARAMETER(1, "estimator C0", "%f", &C[0]); in estimate()
430 GET_PARAMETER(1, "estimator C1", "%f", &C[1]); in estimate()
431 GET_PARAMETER(1, "estimator C2", "%f", &C[2]); in estimate()
513 GET_PARAMETER(1, "macro file name", "%s", filename); in main()
[all …]

12345678910