Home
last modified time | relevance | path

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

/petsc/src/snes/impls/fas/
H A Dfasimpls.h31 PetscBool full_downsweep; /* smooth on the initial full downsweep */ member
H A Dfas.c219 …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()
H A Dfasfunc.c1105 fas->full_downsweep = swp; in SNESFASFullSetDownSweep()