libmesh.C File Reference

Go to the source code of this file.

Namespaces

 libMesh
 
 libMesh::libMeshPrivateData
 

Functions

void libMesh_MPI_Handler (MPI_Comm *, int *,...)
 
bool libMesh::warned_about_auto_ptr (false)
 
const Number libMesh::imaginary (0., 1.)
 
bool libMesh::initialized ()
 
bool libMesh::closed ()
 
void libMesh::libmesh_terminate_handler ()
 
void libMesh::enableFPE (bool on)
 
void libMesh::enableSEGV (bool on)
 
bool libMesh::on_command_line (std::string arg)
 
template<typename T >
libMesh::command_line_value (const std::string &name, T value)
 
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 value)
 
template<typename T >
void libMesh::command_line_vector (const std::string &name, std::vector< T > &vec)
 
SolverPackage libMesh::default_solver_package ()
 
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 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 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 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 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 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 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< 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 > &)
 

Variables

bool libMesh::libMeshPrivateData::_is_initialized = false
 
SolverPackage libMesh::libMeshPrivateData::_solver_package
 
MPI_Comm libMesh::GLOBAL_COMM_WORLD = MPI_COMM_NULL
 
OStreamProxy libMesh::out (std::cout)
 
OStreamProxy libMesh::err (std::cerr)
 
PerfLog libMesh::perflog ("libMesh", #ifdef LIBMESH_ENABLE_PERFORMANCE_LOGGING true #else false #endif)
 
MPI_Errhandler libMesh::libmesh_errhandler
 
 libMesh::TRILINOS_SOLVERS
 
 libMesh::EIGEN_SOLVERS
 
 libMesh::LASPACK_SOLVERS
 
 libMesh::INVALID_SOLVER_PACKAGE
 
std::terminate_handler libMesh::old_terminate_handler
 

Function Documentation

◆ libMesh_MPI_Handler()

void libMesh_MPI_Handler ( MPI_Comm *  ,
int *  ,
  ... 
)

Definition at line 161 of file libmesh.C.

Referenced by libMesh::LibMeshInit::LibMeshInit().

162 {
163  libmesh_not_implemented();
164 }