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

浏览源代码.

class  libMesh::TypeNTensor< N, T >
 该类最终将定义一个在类型为T的LIBMESH_DIM维空间中的N阶张量。 更多...
 

命名空间

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

函数

template<unsigned int N, typename T , typename Scalar >
boostcopy::enable_if_c
< ScalarTraits< Scalar >
::value, TypeNTensor< N,
typename CompareTypes< Scalar,
T >::supertype > >::type 
libMesh::operator* (const Scalar &, const TypeNTensor< N, T > &)
 
template<unsigned int N, typename T , typename Scalar >
boostcopy::enable_if_c
< ScalarTraits< Scalar >
::value, TypeNTensor< N,
typename CompareTypes< Scalar,
T >::supertype > >::type 
libMesh::operator/ (const Scalar &, const TypeNTensor< N, T > &)