libMesh
|
Go to the source code of this file.
Namespaces | |
libMesh | |
The libMesh namespace provides an interface to certain functionality in the library. | |
libMesh::MacroFunctions | |
Functions | |
void | libMesh::MacroFunctions::here (const char *file, int line, const char *date, const char *time, std::ostream &os=libMesh::err) |
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, std::ostream &os=libMesh::err) |
std::string | libMesh::demangle (const char *name) |
Mostly system independent demangler. More... | |
Variables | |
Threads::spin_mutex | libMesh::MacroFunctions::report_error_spin_mtx |