Searched refs:full_downsweep (Results 1 – 3 of 3) sorted by relevance
31 PetscBool full_downsweep; /* smooth on the initial full downsweep */ member
219 …eep for full FAS cycles", "SNESFASFullSetDownSweep", fas->full_downsweep, &fas->full_downsweep, &f… in SNESSetFromOptions_FAS()220 if (flg) PetscCall(SNESFASFullSetDownSweep(snes, fas->full_downsweep)); in SNESSetFromOptions_FAS()755 if (fas->full_downsweep) PetscCall(SNESFASDownSmooth_Private(snes, B, X, F, &snes->norm)); in SNESFASCycle_Full()756 fas->full_downsweep = PETSC_TRUE; in SNESFASCycle_Full()973 fas->full_downsweep = PETSC_FALSE; in SNESCreate_FAS()
1105 fas->full_downsweep = swp; in SNESFASFullSetDownSweep()