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

浏览源代码.

class  libMesh::LibMeshInit
 The LibMeshInit class, when constructed, initializes the dependent libraries (e.g. 更多...
 

命名空间

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

函数

bool libMesh::initialized ()
 Checks that library initialization has been done. 更多...
 
bool libMesh::closed ()
 Checks that the library has been closed. 更多...
 
void libMesh::enableFPE (bool on)
 Toggle floating point exceptions – courtesy of Cody Permann & MOOSE team. 更多...
 
void libMesh::enableSEGV (bool on)
 Toggle libMesh reporting of segmentation faults. 更多...
 
bool libMesh::on_command_line (std::string arg)
 
template<typename T >
libMesh::command_line_value (const std::string &, T)
 
template<typename T >
libMesh::command_line_value (const std::vector< std::string > &name, T value)
 
template<typename T >
libMesh::command_line_next (std::string name, T default_value)
 Use GetPot's search()/next() functions to get following arguments from the command line. 更多...
 
template<typename T >
void libMesh::command_line_vector (const std::string &, std::vector< T > &)
 
SolverPackage libMesh::default_solver_package ()
 

变量

const Number libMesh::imaginary
 The imaginary unit, $ \sqrt{-1} $. 更多...
 
const Real libMesh::pi
 $ \pi=3.14159... $. 更多...
 
const Number libMesh::zero = 0.
 $ zero=0. $. 更多...
 
const unsigned int libMesh::invalid_uint = static_cast<unsigned int>(-1)
 A number which is used quite often to represent an invalid or uninitialized value for an unsigned integer. 更多...
 
const int libMesh::invalid_int = std::numeric_limits<int>::max()
 A number which is used quite often to represent an invalid or uninitialized value for an integer. 更多...