Searched refs:recipe_m (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 3603 PetscInt recipe = 0, recipe_m = 1; in PCBDDCAdaptiveSelection() local 3692 …onsGetInt(NULL, ((PetscObject)pc)->prefix, "-pc_bddc_adaptive_recipe3_min_scal", &recipe_m, NULL)); in PCBDDCAdaptiveSelection() 3694 …cOptionsGetInt(NULL, ((PetscObject)pc)->prefix, "-pc_bddc_adaptive_recipe3_min", &recipe_m, NULL)); in PCBDDCAdaptiveSelection() 3706 if (recipe_m > 0 && B_N - B_neigs > 0) { in PCBDDCAdaptiveSelection() 3709 PetscCall(PetscBLASIntCast(PetscMin(recipe_m, B_N - B_neigs), &B_IU)); in PCBDDCAdaptiveSelection()
|