Home
last modified time | relevance | path

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

/petsc/src/snes/impls/fas/
H A Dfasimpls.h32 …PetscBool full_total; /* use total residual restriction and total solution interpola… member
H A Dfas.c221 …weeps for the full FAS cycle", "SNESFASFullSetUseTotal", fas->full_total, &fas->full_total, &flg)); in SNESSetFromOptions_FAS()
222 if (flg) PetscCall(SNESFASFullSetTotal(snes, fas->full_total)); in SNESSetFromOptions_FAS()
757 if (fas->full_total) PetscCall(SNESFASInterpolatedCoarseSolution(snes, X, X)); in SNESFASCycle_Full()
759 fas->full_total = PETSC_FALSE; in SNESFASCycle_Full()
974 fas->full_total = PETSC_FALSE; in SNESCreate_FAS()
H A Dfasfunc.c1137 fas->full_total = total; in SNESFASFullSetTotal()
1164 *total = fas->full_total; in SNESFASFullGetTotal()