Searched refs:threshold_scale (Results 1 – 2 of 2) sorted by relevance
33 PetscReal threshold_scale; member
1537 …SC_MG_MAXLEVELS; i++) pc_gamg->threshold[i] = pc_gamg->threshold[i - 1] * pc_gamg->threshold_scale; in PCGAMGSetThreshold_GAMG()1613 pc_gamg->threshold_scale = v; in PCGAMGSetThresholdScale_GAMG()1714 … Threshold scaling factor for each level not specified = %g\n", (double)pc_gamg->threshold_scale)); in PCView_GAMG()1832 …el not specified", "PCGAMGSetThresholdScale", pc_gamg->threshold_scale, &pc_gamg->threshold_scale,… in PCSetFromOptions_GAMG()1839 pc_gamg->threshold[i] = pc_gamg->threshold[i - 1] * pc_gamg->threshold_scale; in PCSetFromOptions_GAMG()1976 pc_gamg->threshold_scale = 1.; in PCCreate_GAMG()