#include <LinearAlgebraTypes.h>
◆ isSuccessAndMsg()
◆ d_errToMsgMap
const std::map< EigenSolverErrorCode, std::string > dftefe::linearAlgebra::EigenSolverErrorMsg::d_errToMsgMap |
|
staticprivate |
Initial value:= {
"Could not create more B-orthonormal krylov subspace vectors in Lanczos."},
"Orthonormalization error in CHFSI. "},
"Rayleigh-Ritz error in CHFSI. "},
"Maximum Krylov Subspace Size given is insufficient for Lanczos convergence."},
"Insufficient max pass error given to reach tolerance in CHFSI loop in KohnShamEigenSolver. "},
"CHFSI error in KohnShamEigenSolver. "},
"Lanczos solve error in KohnShamEigenSolver. "},
"Newton Raphson solve error in KohnShamEigenSolver. "},
@ CHFSI_RAYLEIGH_RITZ_ERROR
@ CHFSI_ORTHONORMALIZATION_ERROR
@ KS_NEWTON_RAPHSON_ERROR
@ LANCZOS_SUBSPACE_INSUFFICIENT
The documentation for this class was generated from the following files: