A class representing a solver's failure to converge, to be thrown by "libmesh_convergence_failure();" This should be a last resort; more often, a solve which has failed should be reattempted after switching to a smaller timestep, adding underrelaxation, taking a smaller continuation step, etc. 更多...
#include <libmesh_exceptions.h>
Public 成员函数 | |
ConvergenceFailure () | |
A class representing a solver's failure to converge, to be thrown by "libmesh_convergence_failure();" This should be a last resort; more often, a solve which has failed should be reattempted after switching to a smaller timestep, adding underrelaxation, taking a smaller continuation step, etc.
在文件 libmesh_exceptions.h 第 77 行定义.
|
inline |
在文件 libmesh_exceptions.h 第 80 行定义.