libmesh解析
本工作只是尝试解析原libmesh的代码,供学习使用
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 
| 命名空间
eigen_sparse_vector.h 文件参考

浏览源代码.

class  libMesh::EigenSparseMatrix< T >
 EigenSparseMatrix 类包装了来自 Eigen 库的稀疏矩阵对象。 更多...
 
class  libMesh::EigenSparseLinearSolver< T >
 
class  libMesh::SparseMatrix< T >
 这是一个通用的稀疏矩阵类。该类包含了必须在派生类中覆盖的纯虚拟成员。 使用一个公共的基类允许从不同的求解器包中以不同的格式统一访问稀疏矩阵。 更多...
 
class  libMesh::EigenSparseVector< T >
 This class provides a nice interface to the Eigen C++-based data structures for serial vectors. 更多...
 

命名空间

 libMesh
 The libMesh namespace provides an interface to certain functionality in the library.