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

浏览源代码.

命名空间

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

函数

std::ostream & std::operator<< (std::ostream &os, const PetscScalar in)
 
template<typename T >
PetscScalar libMesh::PS (T val)
 
template<typename T >
PetscScalar * libMesh::pPS (T *ptr)
 
template<typename T >
const PetscScalar * libMesh::pPS (const T *ptr)
 
template<typename T >
PetscReal * libMesh::pPR (T *ptr)
 
template<typename T >
const PetscReal * libMesh::pPR (const T *ptr)