Searched refs:SNESFASSetCycles (Results 1 – 4 of 4) sorted by relevance
306 PetscErrorCode SNESFASSetCycles(SNES snes, PetscInt cycles) in SNESFASSetCycles() function317 if (fas->next) PetscCall(SNESFASSetCycles(fas->next, cycles)); in SNESFASSetCycles()
211 if (flg) PetscCall(SNESFASSetCycles(snes, m)); in SNESSetFromOptions_FAS()
1317 PETSC_EXTERN PetscErrorCode SNESFASSetCycles(SNES, PetscInt);
736 SNESFASSetCycles(SNES snes, PetscInt cycles);.