| 
| void  | libMesh::MacroFunctions::here (const char *file, int line, const char *date, const char *time) | 
|   | 
| void  | libMesh::MacroFunctions::stop (const char *file, int line, const char *date, const char *time) | 
|   | 
| void  | libMesh::MacroFunctions::report_error (const char *file, int line, const char *date, const char *time) | 
|   | 
| template<typename T >  | 
| T  | libMesh::libmesh_real (T a) | 
|   | 
| template<typename T >  | 
| T  | libMesh::libmesh_conj (T a) | 
|   | 
| template<typename T >  | 
| T  | libMesh::libmesh_real (std::complex< T > a) | 
|   | 
| template<typename T >  | 
| std::complex< T >  | libMesh::libmesh_conj (std::complex< T > a) | 
|   | 
| template<typename T >  | 
| bool  | libMesh::libmesh_isnan (T x) | 
|   | 
| template<typename T >  | 
| bool  | libMesh::libmesh_isnan (std::complex< T > a) | 
|   | 
| template<typename T >  | 
| bool  | libMesh::libmesh_isinf (T x) | 
|   | 
| template<typename T >  | 
| bool  | libMesh::libmesh_isinf (std::complex< T > a) | 
|   | 
| template<class ... Args>  | 
| void  | libMesh::libmesh_ignore (const Args &...) | 
|   | 
| template<typename Tnew , typename Told >  | 
| Tnew  | libMesh::cast_ref (Told &oldvar) | 
|   | 
| template<typename Tnew , typename Told >  | 
| Tnew  | libMesh::libmesh_cast_ref (Told &oldvar) | 
|   | 
| template<typename Tnew , typename Told >  | 
| Tnew  | libMesh::cast_ptr (Told *oldvar) | 
|   | 
| template<typename Tnew , typename Told >  | 
| Tnew  | libMesh::libmesh_cast_ptr (Told *oldvar) | 
|   | 
| template<typename Tnew , typename Told >  | 
| Tnew  | libMesh::cast_int (Told oldvar) | 
|   | 
| template<typename Tnew , typename Told >  | 
| Tnew  | libMesh::libmesh_cast_int (Told oldvar) | 
|   |