Searched refs:MAX_PARAM_LEN (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/amgx/ |
| H A D | amgx.cxx | 430 constexpr int MAX_PARAM_LEN = 128; in PCSetFromOptions_AMGX() local 431 char option[MAX_PARAM_LEN]; in PCSetFromOptions_AMGX() 447 …cOptionsString("-pc_amgx_amg_method", "AmgX AMG Method", "", option, option, MAX_PARAM_LEN, NULL)); in PCSetFromOptions_AMGX() 455 …tscOptionsString("-pc_amgx_amg_cycle", "AmgX AMG Cycle", "", option, option, MAX_PARAM_LEN, NULL)); in PCSetFromOptions_AMGX() 463 …PetscOptionsString("-pc_amgx_smoother", "AmgX Smoother", "", option, option, MAX_PARAM_LEN, NULL)); in PCSetFromOptions_AMGX() 479 …PetscOptionsString("-pc_amgx_selector", "AmgX Selector", "", option, option, MAX_PARAM_LEN, NULL)); in PCSetFromOptions_AMGX() 519 …onsString("-pc_amgx_coarse_solver", "AmgX CoarseSolver", "", option, option, MAX_PARAM_LEN, NULL)); in PCSetFromOptions_AMGX()
|