Searched refs:max_down_it (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/impls/fas/ |
| H A D | fasimpls.h | 29 PetscInt max_down_it; /* number of post-smooth cycles */ member
|
| H A D | fasfunc.c | 244 fas->max_down_it = n; in SNESFASSetNumberSmoothDown() 445 PetscCall(SNESSetTolerances(nsmooth, 0.0, 0.0, 0.0, fas->max_down_it, nsmooth->max_funcs)); in SNESFASCycleCreateSmoother_Private()
|
| H A D | fas.c | 227 …", "Number of pre-smoothing steps", "SNESFASSetNumberSmoothDown", fas->max_down_it, &n_down, &down… in SNESSetFromOptions_FAS() 962 fas->max_down_it = 1; in SNESCreate_FAS()
|