Home
last modified time | relevance | path

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

/petsc/src/snes/impls/fas/
H A Dfasfunc.c16 PetscErrorCode SNESFASSetType(SNES snes, SNESFASType fastype) in SNESFASSetType() function
25 if (fas->next) PetscCall(SNESFASSetType(fas->next, fastype)); in SNESFASSetType()
H A Dfas.c207 if (flg) PetscCall(SNESFASSetType(snes, fastype)); in SNESSetFromOptions_FAS()
/petsc/include/
H A Dpetscsnes.h1310 PETSC_EXTERN PetscErrorCode SNESFASSetType(SNES, SNESFASType);
/petsc/doc/manual/
H A Dsnes.md730 SNESFASSetType(SNES snes, SNESFASType fastype);.