Home
last modified time | relevance | path

Searched refs:max_down_it (Results 1 – 3 of 3) sorted by relevance

/petsc/src/snes/impls/fas/
H A Dfasimpls.h29 PetscInt max_down_it; /* number of post-smooth cycles */ member
H A Dfasfunc.c244 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 Dfas.c227 …", "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()