Searched refs:full_total (Results 1 – 3 of 3) sorted by relevance
32 …PetscBool full_total; /* use total residual restriction and total solution interpola… member
221 …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()
1137 fas->full_total = total; in SNESFASFullSetTotal()1164 *total = fas->full_total; in SNESFASFullGetTotal()