Searched defs:neig (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/ksp/ksp/impls/gmres/dgmres/ |
| H A D | dgmres.c | 25 static PetscErrorCode KSPDGMRESComputeSchurForm(KSP ksp, PetscInt *neig) in KSPDGMRESComputeSchurForm() 44 static PetscErrorCode KSPDGMRESImproveEig(KSP ksp, PetscInt neig) in KSPDGMRESImproveEig() 54 PetscInt neig = dgmres->neig + EIG_OFFSET; in KSPSetUp_DGMRES() local 481 PetscErrorCode KSPDGMRESSetEigen_DGMRES(KSP ksp, PetscInt neig) in KSPDGMRESSetEigen_DGMRES() 522 PetscInt neig; in KSPSetFromOptions_DGMRES() local 547 …PetscInt neig; /* number of eigenvalues to extract at each res… in KSPDGMRESComputeDeflationData_DGMRES() local 646 PetscErrorCode KSPDGMRESComputeSchurForm_DGMRES(KSP ksp, PetscInt *neig) in KSPDGMRESComputeSchurForm_DGMRES() 831 static PetscErrorCode KSPDGMRESImproveEig_DGMRES(KSP ksp, PetscInt neig) in KSPDGMRESImproveEig_DGMRES()
|
| /petsc/src/ksp/ksp/impls/cg/ |
| H A D | cgeig.c | 9 …orCode KSPComputeEigenvalues_CG(KSP ksp, PetscInt nmax, PetscReal *r, PetscReal *c, PetscInt *neig) in KSPComputeEigenvalues_CG()
|
| /petsc/src/ksp/ksp/impls/gmres/agmres/ |
| H A D | agmres.c | 28 PetscInt neig = agmres->neig; in KSPSetUp_AGMRES() local 555 PetscInt neig; in KSPSetFromOptions_AGMRES() local
|
| H A D | agmresdeflation.c | 97 PetscInt neig = agmres->neig; in KSPAGMRESSchurForm() local
|
| /petsc/src/ts/interface/ |
| H A D | tseig.c | 96 PetscInt n, N, nits, neig, i, its = 200; in TSMonitorSPEig() local
|
| /petsc/src/ksp/ksp/impls/gmres/ |
| H A D | gmreig.c | 42 …ode KSPComputeEigenvalues_GMRES(KSP ksp, PetscInt nmax, PetscReal *r, PetscReal *c, PetscInt *neig) in KSPComputeEigenvalues_GMRES()
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | eige.c | 253 PetscErrorCode KSPPlotEigenContours_Private(KSP ksp, PetscInt neig, const PetscReal *r, const Petsc… in KSPPlotEigenContours_Private()
|
| H A D | itfunc.c | 114 …cErrorCode KSPComputeEigenvalues(KSP ksp, PetscInt n, PetscReal r[], PetscReal c[], PetscInt *neig) in KSPComputeEigenvalues() 676 PetscInt n, i, neig; in KSPViewEigenvalues_Internal() local
|
| /petsc/src/ksp/ksp/impls/cheby/ |
| H A D | cheby.c | 20 PetscInt n, neig; in KSPChebyshevComputeExtremeEigenvalues_Private() local
|
| /petsc/src/ksp/ksp/impls/minres/ |
| H A D | minres.c | 872 …de KSPComputeEigenvalues_MINRES(KSP ksp, PetscInt nmax, PetscReal *r, PetscReal *c, PetscInt *neig) in KSPComputeEigenvalues_MINRES()
|
| /petsc/src/ksp/ksp/impls/fetidp/ |
| H A D | fetidp.c | 239 …de KSPComputeEigenvalues_FETIDP(KSP ksp, PetscInt nmax, PetscReal *r, PetscReal *c, PetscInt *neig) in KSPComputeEigenvalues_FETIDP()
|