Home
last modified time | relevance | path

Searched refs:SNESFASType (Results 1 – 5 of 5) sorted by relevance

/petsc/src/snes/impls/fas/ !
H A Dfasimpls.h27 SNESFASType fastype; /* FAS type */
H A Dfasfunc.c16 PetscErrorCode SNESFASSetType(SNES snes, SNESFASType fastype) in SNESFASSetType()
44 PetscErrorCode SNESFASGetType(SNES snes, SNESFASType *fastype) in SNESFASGetType()
H A Dfas.c185 SNESFASType fastype; in SNESSetFromOptions_FAS()
/petsc/include/ !
H A Dpetscsnes.h1306 } SNESFASType; typedef
1310 PETSC_EXTERN PetscErrorCode SNESFASSetType(SNES, SNESFASType);
1311 PETSC_EXTERN PetscErrorCode SNESFASGetType(SNES, SNESFASType *);
/petsc/doc/manual/ !
H A Dsnes.md730 SNESFASSetType(SNES snes, SNESFASType fastype);.