Searched refs:SNESFASSetType (Results 1 – 4 of 4) sorted by relevance
16 PetscErrorCode SNESFASSetType(SNES snes, SNESFASType fastype) in SNESFASSetType() function25 if (fas->next) PetscCall(SNESFASSetType(fas->next, fastype)); in SNESFASSetType()
207 if (flg) PetscCall(SNESFASSetType(snes, fastype)); in SNESSetFromOptions_FAS()
1310 PETSC_EXTERN PetscErrorCode SNESFASSetType(SNES, SNESFASType);
730 SNESFASSetType(SNES snes, SNESFASType fastype);.