Searched refs:recipe (Results 1 – 1 of 1) sorted by relevance
3603 PetscInt recipe = 0, recipe_m = 1; in PCBDDCAdaptiveSelection() local3606 …ll(PetscOptionsGetInt(NULL, ((PetscObject)pc)->prefix, "-pc_bddc_adaptive_recipe", &recipe, NULL)); in PCBDDCAdaptiveSelection()3607 switch (recipe) { in PCBDDCAdaptiveSelection()3767 … SETERRQ(PetscObjectComm((PetscObject)pc), PETSC_ERR_SUP, "Unknown recipe %" PetscInt_FMT, recipe); in PCBDDCAdaptiveSelection()