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

浏览源代码.

class  libMesh::TensorValue< T >
 此类定义了LIBMESH_DIM维度的实数或复数空间中的张量。typedef RealTensorValue总是定义为实数值的张量, 而NumberTensorValue则根据库的配置定义为实数或复数值的张量。 更多...
 
struct  libMesh::TensorValue< T >::rebind< T2 >
 
struct  MetaPhysicL::RawType< libMesh::TensorValue< T > >
 
struct  MetaPhysicL::ReplaceAlgebraicType< libMesh::TensorValue< T >, U >
 

命名空间

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

类型定义

typedef TensorValue< Real > libMesh::RealTensorValue
 用于允许在实数和复数数据类型之间无缝切换的有用typedef。 更多...
 
typedef TensorValue< Number > libMesh::NumberTensorValue
 
typedef RealTensorValue libMesh::RealTensor
 
typedef NumberTensorValue libMesh::Tensor