libmesh解析
本工作只是尝试解析原libmesh的代码,供学习使用
全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 
Public 成员函数 | 所有成员列表
libMesh::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. 更多...

#include <libmesh_exceptions.h>

类 libMesh::ConvergenceFailure 继承关系图:
[图例]

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.h77 行定义.

构造及析构函数说明

libMesh::ConvergenceFailure::ConvergenceFailure ( )
inline

在文件 libmesh_exceptions.h80 行定义.

80 : std::runtime_error( "Unrecoverable failure to converge" ) {}

该类的文档由以下文件生成: