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

浏览源代码.

class  libMesh::VectorValue< T >
 此类定义了LIBMESH_DIM维的实数或复数空间中的向量。 更多...
 
struct  libMesh::VectorValue< T >::rebind< T2 >
 
struct  libMesh::CompareTypes< VectorValue< T >, VectorValue< T > >
 
struct  libMesh::CompareTypes< VectorValue< T >, VectorValue< T2 > >
 
struct  libMesh::CompareTypes< VectorValue< T >, TypeVector< T2 > >
 
struct  libMesh::CompareTypes< TypeVector< T >, VectorValue< T2 > >
 
struct  MetaPhysicL::RawType< libMesh::VectorValue< T > >
 
struct  MetaPhysicL::ReplaceAlgebraicType< libMesh::VectorValue< T >, U >
 

命名空间

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

类型定义

typedef VectorValue< Real > libMesh::RealVectorValue
 用于实现实数或复数数据类型之间的透明切换的有用typedef。 更多...
 
typedef VectorValue< Number > libMesh::NumberVectorValue
 
typedef RealVectorValue libMesh::RealGradient
 
typedef NumberVectorValue libMesh::Gradient