|
libMesh
|
Functions | |
| void | here (const char *file, int line, const char *date, const char *time, std::ostream &os=libMesh::err) |
| void | stop (const char *file, int line, const char *date, const char *time) |
| void | report_error (const char *file, int line, const char *date, const char *time, std::ostream &os=libMesh::err) |
Variables | |
| Threads::spin_mutex | report_error_spin_mtx |
| void libMesh::MacroFunctions::here | ( | const char * | file, |
| int | line, | ||
| const char * | date, | ||
| const char * | time, | ||
| std::ostream & | os = libMesh::err |
||
| ) |
Definition at line 47 of file libmesh_common.C.
References libMesh::global_processor_id().
Referenced by report_error(), and stop().
| void libMesh::MacroFunctions::report_error | ( | const char * | file, |
| int | line, | ||
| const char * | date, | ||
| const char * | time, | ||
| std::ostream & | os = libMesh::err |
||
| ) |
Definition at line 77 of file libmesh_common.C.
References libMesh::global_n_processors(), here(), libMesh::on_command_line(), libMesh::print_trace(), report_error_spin_mtx, and libMesh::write_traceout().
Referenced by libMesh::TriangulatorInterface::MeshedHole::MeshedHole().
| void libMesh::MacroFunctions::stop | ( | const char * | file, |
| int | line, | ||
| const char * | date, | ||
| const char * | time | ||
| ) |
Definition at line 59 of file libmesh_common.C.
References libMesh::global_n_processors(), here(), and libMesh::out.
Referenced by libMesh::PetscMatrixBase< Number >::col_start(), libMesh::PetscMatrixBase< Number >::col_stop(), libMesh::PetscMatrixBase< Number >::row_start(), and libMesh::PetscMatrixBase< Number >::row_stop().
| Threads::spin_mutex libMesh::MacroFunctions::report_error_spin_mtx |
Definition at line 75 of file libmesh_common.C.
Referenced by report_error().
1.8.14