Home
last modified time | relevance | path

Searched refs:PetscOptionsDeprecated (Results 1 – 20 of 20) sorted by relevance

/petsc/src/ksp/ksp/interface/
H A Ditcl.c410 …PetscCall(PetscOptionsDeprecated("-ksp_matsolve_block_size", "-ksp_matsolve_batch_size", "3.15", N… in KSPSetFromOptions()
562 …PetscCall(PetscOptionsDeprecated("-ksp_compute_eigenvalues", "-ksp_view_eigenvalues", "3.9", NULL)… in KSPSetFromOptions()
564 …PetscCall(PetscOptionsDeprecated("-ksp_compute_singularvalues", "-ksp_view_singularvalues", "3.9",… in KSPSetFromOptions()
566 …PetscCall(PetscOptionsDeprecated("-ksp_compute_eigenvalues_explicitly", "-ksp_view_eigenvalues_exp… in KSPSetFromOptions()
568 PetscCall(PetscOptionsDeprecated("-ksp_final_residual", "-ksp_view_final_residual", "3.9", NULL)); in KSPSetFromOptions()
576 …PetscCall(PetscOptionsDeprecated("-ksp_plot_eigenvalues", NULL, "3.9", "Use -ksp_view_eigenvalues … in KSPSetFromOptions()
585 …PetscCall(PetscOptionsDeprecated("-ksp_plot_eigenvalues_explicitly", NULL, "3.9", "Use -ksp_view_e… in KSPSetFromOptions()
633 …PetscCall(PetscOptionsDeprecated("-ksp_matsolve_block_size", "-ksp_matsolve_batch_size", "3.15", N… in KSPSetFromOptions()
/petsc/src/tao/interface/
H A Dtaosolver.c488 PetscCall(PetscOptionsDeprecated("-tao_solution_monitor", "-tao_monitor_solution", "3.21", NULL)); in TaoSetFromOptions()
489 PetscCall(PetscOptionsDeprecated("-tao_gradient_monitor", "-tao_monitor_gradient", "3.21", NULL)); in TaoSetFromOptions()
490 …PetscCall(PetscOptionsDeprecated("-tao_stepdirection_monitor", "-tao_monitor_step", "3.21", NULL)); in TaoSetFromOptions()
491 PetscCall(PetscOptionsDeprecated("-tao_residual_monitor", "-tao_monitor_residual", "3.21", NULL)); in TaoSetFromOptions()
492 PetscCall(PetscOptionsDeprecated("-tao_smonitor", "-tao_monitor_short", "3.21", NULL)); in TaoSetFromOptions()
493 PetscCall(PetscOptionsDeprecated("-tao_cmonitor", "-tao_monitor_constraint_norm", "3.21", NULL)); in TaoSetFromOptions()
494 PetscCall(PetscOptionsDeprecated("-tao_gmonitor", "-tao_monitor_globalization", "3.21", NULL)); in TaoSetFromOptions()
495 …PetscCall(PetscOptionsDeprecated("-tao_draw_solution", "-tao_monitor_solution_draw", "3.21", NULL)… in TaoSetFromOptions()
496 …PetscCall(PetscOptionsDeprecated("-tao_draw_gradient", "-tao_monitor_gradient_draw", "3.21", NULL)… in TaoSetFromOptions()
497 PetscCall(PetscOptionsDeprecated("-tao_draw_step", "-tao_monitor_step_draw", "3.21", NULL)); in TaoSetFromOptions()
[all …]
/petsc/src/sys/tests/
H A Dex20.c66 PetscCall(PetscOptionsDeprecated("-old_option", "-new_option", "0.0", NULL)); in main()
/petsc/include/
H A Dpetscoptions.h325 PetscErrorCode PetscOptionsDeprecated(T...);
1450 …#define PetscOptionsDeprecated(opt, text, man, info) PetscOptionsDepr… macro
/petsc/src/dm/dt/space/interface/
H A Dspace.c206 PetscCall(PetscOptionsDeprecated("-petscspace_order", "-petscspace_degree", "3.11", NULL)); in PetscSpaceSetFromOptions()
/petsc/src/tao/unconstrained/impls/neldermead/
H A Dneldermead.c83 PetscCall(PetscOptionsDeprecated("-tao_nm_lamda", "-tao_nm_lambda", "3.18.4", NULL)); in TaoSetFromOptions_NM()
/petsc/src/ksp/pc/impls/factor/
H A Dfactimpl.c244 …PetscCall(PetscOptionsDeprecated("-pc_factor_mat_solver_package", "-pc_factor_mat_solver_type", "3… in PCSetFromOptions_Factor()
/petsc/src/snes/impls/ms/
H A Dms.c424 …PetscCall(PetscOptionsDeprecated("-snes_ms_norms", NULL, "3.20", "Use -snes_norm_schedule always")… in SNESSetFromOptions_MS()
/petsc/src/ts/interface/
H A Dts.c115 PetscCall(PetscOptionsDeprecated("-ts_final_time", "-ts_max_time", "3.10", NULL)); in TSSetFromOptions()
126 PetscCall(PetscOptionsDeprecated("-ts_dt", "-ts_time_step", "3.25", NULL)); in TSSetFromOptions()
133 PetscCall(PetscOptionsDeprecated("-ts_max_reject", "-ts_max_step_rejections", "3.25", NULL)); in TSSetFromOptions()
153 …PetscCall(PetscOptionsDeprecated("-ts_monitor_frequency", "-ts_dmswarm_monitor_moments_interval", … in TSSetFromOptions()
/petsc/src/ts/event/
H A Dtsevent.c369 …PetscCall(PetscOptionsDeprecated("-ts_event_post_eventinterval_step", "-ts_event_post_event_second… in TSSetEventHandler()
/petsc/src/snes/linesearch/interface/
H A Dlinesearch.c851 …PetscCall(PetscOptionsDeprecated("-snes_linesearch_maxstep", "-snes_linesearch_maxlambda", "3.24.0… in SNESLineSearchSetFromOptions()
/petsc/src/snes/impls/tr/
H A Dtr.c846 PetscCall(PetscOptionsDeprecated("-snes_tr_deltaM", "-snes_tr_deltamax", "3.22", NULL)); in SNESSetFromOptions_NEWTONTR()
/petsc/src/snes/impls/nasm/
H A Dnasm.c178 …PetscCall(PetscOptionsDeprecated("-snes_nasm_sub_view", NULL, "3.15", "Use -snes_view ::ascii_info… in SNESSetFromOptions_NASM()
/petsc/src/mat/impls/aij/mpi/superlu_dist/
H A Dsuperlu_dist.c687 …PetscCall(PetscOptionsDeprecated("-mat_superlu_dist_statprint", "-mat_superlu_dist_printstat", "3.… in MatLUFactorSymbolic_SuperLU_DIST()
/petsc/src/mat/impls/is/
H A Dmatis.c3334 PetscCall(PetscOptionsDeprecated("-matis_keepassembled", "-mat_is_keepassembled", "3.21", NULL)); in MatSetFromOptions_IS()
3335 PetscCall(PetscOptionsDeprecated("-matis_fixempty", "-mat_is_fixempty", "3.21", NULL)); in MatSetFromOptions_IS()
3336 PetscCall(PetscOptionsDeprecated("-matis_storel2l", "-mat_is_storel2l", "3.21", NULL)); in MatSetFromOptions_IS()
3337 PetscCall(PetscOptionsDeprecated("-matis_localmat_type", "-mat_is_localmat_type", "3.21", NULL)); in MatSetFromOptions_IS()
/petsc/src/mat/interface/
H A Dmatproduct.c547 …PetscCall(PetscOptionsDeprecated("-mat_freeintermediatedatastructures", "-mat_product_clear", "3.1… in MatProductSetFromOptions()
/petsc/doc/developers/
H A Dstyle.md550 `PetscOptionsDeprecated()` should be used for at least one major
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx360 PetscCall(PetscOptionsDeprecated(deprecated, prefix, "3.24", nullptr)); in PCSetFromOptions_HPDDM()
375 PetscCall(PetscOptionsDeprecated(deprecated, prefix, "3.24", nullptr)); in PCSetFromOptions_HPDDM()
381 PetscCall(PetscOptionsDeprecated(deprecated, prefix, "3.24", nullptr)); in PCSetFromOptions_HPDDM()
/petsc/src/snes/interface/
H A Dsnes.c2779 …PetscCall(PetscOptionsDeprecated("-snes_test_jacobian_display", "-snes_test_jacobian_view", "3.13"… in SNESTestJacobian()
2781 …PetscCall(PetscOptionsDeprecated("-snes_test_jacobian_display_threshold", "-snes_test_jacobian", "… in SNESTestJacobian()
/petsc/src/mat/impls/aij/mpi/
H A Dmpimatmatmult.c457 PetscCall(PetscOptionsDeprecated("-matmatmult_Bbn", "-matproduct_batch_size", "3.25", NULL)); in MatMatMultSymbolic_MPIAIJ_MPIDense()