Home
last modified time | relevance | path

Searched refs:KSPSetFromOptions_GMRES (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ksp/ksp/impls/gmres/
H A Dgmresimpl.h57 PETSC_INTERN PetscErrorCode KSPSetFromOptions_GMRES(KSP, PetscOptionItems PetscOptionsObject);
H A Dgmres.c520 PetscErrorCode KSPSetFromOptions_GMRES(KSP ksp, PetscOptionItems PetscOptionsObject) in KSPSetFromOptions_GMRES() function
894 ksp->ops->setfromoptions = KSPSetFromOptions_GMRES; in KSPCreate_GMRES()
/petsc/src/ksp/ksp/impls/gmres/pgmres/
H A Dpgmres.c328 PetscCall(KSPSetFromOptions_GMRES(ksp, PetscOptionsObject)); in KSPSetFromOptions_PGMRES()
/petsc/src/ksp/ksp/impls/gmres/fgmres/
H A Dfgmres.c426 PetscCall(KSPSetFromOptions_GMRES(ksp, PetscOptionsObject)); in KSPSetFromOptions_FGMRES()
/petsc/src/ksp/ksp/impls/gmres/lgmres/
H A Dlgmres.c581 PetscCall(KSPSetFromOptions_GMRES(ksp, PetscOptionsObject)); in KSPSetFromOptions_LGMRES()
/petsc/src/ksp/ksp/impls/gmres/pipefgmres/
H A Dpipefgmres.c474 PetscCall(KSPSetFromOptions_GMRES(ksp, PetscOptionsObject)); in KSPSetFromOptions_PIPEFGMRES()
/petsc/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmres.c528 PetscCall(KSPSetFromOptions_GMRES(ksp, PetscOptionsObject)); in KSPSetFromOptions_DGMRES()