Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/interface/
H A Ditcl.c567 … prefix, "-ksp_view_eigenvalues_explicit", &ksp->viewerEVExp, &ksp->formatEVExp, &ksp->viewEVExp)); in KSPSetFromOptions()
594 if (!ksp->viewEVExp) { in KSPSetFromOptions()
596 …eprecated since PETSc 3.9; use -ksp_view_eigenvalues_explicit draw]", "KSPView", &ksp->viewEVExp)); in KSPSetFromOptions()
597 if (ksp->viewEVExp) { in KSPSetFromOptions()
H A Ditfunc.c958 …if (ksp->viewEVExp) PetscCall(KSPViewEigenvalues_Internal(ksp, PETSC_TRUE, ksp->viewerEVExp, ksp->… in KSPSolve_Private()
1443 ksp->viewEVExp = PETSC_FALSE; in KSPResetViewers()
/petsc/include/petsc/private/
H A Dkspimpl.h150 …wRate, viewMat, viewPMat, viewRhs, viewSol, viewMatExp, viewEV, viewSV, viewEVExp, viewFinalRes, v… member