Home
last modified time | relevance | path

Searched refs:SNESNGMRESSelectType (Results 1 – 3 of 3) sorted by relevance

/petsc/src/snes/impls/ngmres/
H A Dsnesngmres.h14 SNESNGMRESSelectType select_type;
H A Dsnesngmres.c425 PetscErrorCode SNESNGMRESSetSelectType(SNES snes, SNESNGMRESSelectType stype) in SNESNGMRESSetSelectType()
429 PetscTryMethod(snes, "SNESNGMRESSetSelectType_C", (SNES, SNESNGMRESSelectType), (snes, stype)); in SNESNGMRESSetSelectType()
433 static PetscErrorCode SNESNGMRESSetSelectType_NGMRES(SNES snes, SNESNGMRESSelectType stype) in SNESNGMRESSetSelectType_NGMRES()
/petsc/include/
H A Dpetscsnes.h1131 } SNESNGMRESSelectType; typedef
1135 PETSC_EXTERN PetscErrorCode SNESNGMRESSetSelectType(SNES, SNESNGMRESSelectType);