Home
last modified time | relevance | path

Searched refs:SNESFASFullSetTotal (Results 1 – 4 of 4) sorted by relevance

/petsc/src/snes/impls/fas/
H A Dfasfunc.c1130 PetscErrorCode SNESFASFullSetTotal(SNES snes, PetscBool total) in SNESFASFullSetTotal() function
1138 if (fas->next) PetscCall(SNESFASFullSetTotal(fas->next, total)); in SNESFASFullSetTotal()
H A Dfas.c222 if (flg) PetscCall(SNESFASFullSetTotal(snes, fas->full_total)); in SNESSetFromOptions_FAS()
/petsc/doc/changes/
H A D315.md214 - Add `SNESFASFullSetTotal()` to use total residual restriction and
/petsc/include/
H A Dpetscsnes.h1357 PETSC_EXTERN PetscErrorCode SNESFASFullSetTotal(SNES, PetscBool);