| 
| void  | libMesh_MPI_Handler (MPI_Comm *, int *,...) | 
|   | 
| OStreamProxy  | libMesh::out (std::cout) | 
|   | 
| OStreamProxy  | libMesh::err (std::cerr) | 
|   | 
| bool  | libMesh::warned_about_auto_ptr (false) | 
|   | 
| PerfLog  | libMesh::perflog ("libMesh", #ifdef LIBMESH_ENABLE_PERFORMANCE_LOGGING true #else false #endif) | 
|   | 
| const Number  | libMesh::imaginary (0., 1.) | 
|   | 
| bool  | libMesh::initialized () | 
|   | Checks that library initialization has been done.  More...
  | 
|   | 
| bool  | libMesh::closed () | 
|   | Checks that the library has been closed.  More...
  | 
|   | 
| void  | libMesh::libmesh_terminate_handler () | 
|   | 
| void  | libMesh::enableFPE (bool on) | 
|   | Toggle hardware trap floating point exceptions.  More...
  | 
|   | 
| void  | libMesh::enableSEGV (bool on) | 
|   | Toggle libMesh reporting of segmentation faults.  More...
  | 
|   | 
| bool  | libMesh::on_command_line (std::string arg) | 
|   | 
| template<typename T >  | 
| T  | libMesh::command_line_value (const std::string &, T) | 
|   | 
| template<typename T >  | 
| T  | libMesh::command_line_value (const std::vector< std::string > &, T) | 
|   | 
| template<typename T >  | 
| 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.  More...
  | 
|   | 
| template<typename T >  | 
| void  | libMesh::command_line_vector (const std::string &, std::vector< T > &) | 
|   | 
| SolverPackage  | libMesh::default_solver_package () | 
|   | 
| template unsigned char  | libMesh::command_line_value< unsigned char > (const std::string &, unsigned char) | 
|   | 
| template unsigned short  | libMesh::command_line_value< unsigned short > (const std::string &, unsigned short) | 
|   | 
| template unsigned int  | libMesh::command_line_value< unsigned int > (const std::string &, unsigned int) | 
|   | 
| template char  | libMesh::command_line_value< char > (const std::string &, char) | 
|   | 
| template short  | libMesh::command_line_value< short > (const std::string &, short) | 
|   | 
| template int  | libMesh::command_line_value< int > (const std::string &, int) | 
|   | 
| template float  | libMesh::command_line_value< float > (const std::string &, float) | 
|   | 
| template double  | libMesh::command_line_value< double > (const std::string &, double) | 
|   | 
| template long double  | libMesh::command_line_value< long double > (const std::string &, long double) | 
|   | 
| template std::string  | libMesh::command_line_value< std::string > (const std::string &, std::string) | 
|   | 
| template unsigned char  | libMesh::command_line_value< unsigned char > (const std::vector< std::string > &, unsigned char) | 
|   | 
| template unsigned short  | libMesh::command_line_value< unsigned short > (const std::vector< std::string > &, unsigned short) | 
|   | 
| template unsigned int  | libMesh::command_line_value< unsigned int > (const std::vector< std::string > &, unsigned int) | 
|   | 
| template char  | libMesh::command_line_value< char > (const std::vector< std::string > &, char) | 
|   | 
| template short  | libMesh::command_line_value< short > (const std::vector< std::string > &, short) | 
|   | 
| template int  | libMesh::command_line_value< int > (const std::vector< std::string > &, int) | 
|   | 
| template float  | libMesh::command_line_value< float > (const std::vector< std::string > &, float) | 
|   | 
| template double  | libMesh::command_line_value< double > (const std::vector< std::string > &, double) | 
|   | 
| template long double  | libMesh::command_line_value< long double > (const std::vector< std::string > &, long double) | 
|   | 
| template std::string  | libMesh::command_line_value< std::string > (const std::vector< std::string > &, std::string) | 
|   | 
| template unsigned char  | libMesh::command_line_next< unsigned char > (std::string, unsigned char) | 
|   | 
| template unsigned short  | libMesh::command_line_next< unsigned short > (std::string, unsigned short) | 
|   | 
| template unsigned int  | libMesh::command_line_next< unsigned int > (std::string, unsigned int) | 
|   | 
| template char  | libMesh::command_line_next< char > (std::string, char) | 
|   | 
| template short  | libMesh::command_line_next< short > (std::string, short) | 
|   | 
| template int  | libMesh::command_line_next< int > (std::string, int) | 
|   | 
| template float  | libMesh::command_line_next< float > (std::string, float) | 
|   | 
| template double  | libMesh::command_line_next< double > (std::string, double) | 
|   | 
| template long double  | libMesh::command_line_next< long double > (std::string, long double) | 
|   | 
| template std::string  | libMesh::command_line_next< std::string > (std::string, std::string) | 
|   | 
| template void  | libMesh::command_line_vector< unsigned char > (const std::string &, std::vector< unsigned char > &) | 
|   | 
| template void  | libMesh::command_line_vector< unsigned short > (const std::string &, std::vector< unsigned short > &) | 
|   | 
| template void  | libMesh::command_line_vector< unsigned int > (const std::string &, std::vector< unsigned int > &) | 
|   | 
| template void  | libMesh::command_line_vector< char > (const std::string &, std::vector< char > &) | 
|   | 
| template void  | libMesh::command_line_vector< short > (const std::string &, std::vector< short > &) | 
|   | 
| template void  | libMesh::command_line_vector< int > (const std::string &, std::vector< int > &) | 
|   | 
| template void  | libMesh::command_line_vector< float > (const std::string &, std::vector< float > &) | 
|   | 
| template void  | libMesh::command_line_vector< double > (const std::string &, std::vector< double > &) | 
|   | 
| template void  | libMesh::command_line_vector< long double > (const std::string &, std::vector< long double > &) | 
|   | 
| template Real  | libMesh::command_line_value< Real > (const std::string &, Real) | 
|   | 
| template Real  | libMesh::command_line_value< Real > (const std::vector< std::string > &, Real) | 
|   | 
| template Real  | libMesh::command_line_next< Real > (std::string, Real) | 
|   | 
| template void  | libMesh::command_line_vector< Real > (const std::string &, std::vector< Real > &) | 
|   |