Functions | |
void | here (const char *file, int line, const char *date, const char *time) |
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) |
void libMesh::MacroFunctions::here | ( | const char * | file, |
int | line, | ||
const char * | date, | ||
const char * | time | ||
) |
Definition at line 41 of file libmesh_common.C.
References libMesh::err, and 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 | ||
) |
Definition at line 69 of file libmesh_common.C.
References libMesh::err, libMesh::global_n_processors(), here(), libMesh::on_command_line(), libMesh::print_trace(), and libMesh::write_traceout().
void libMesh::MacroFunctions::stop | ( | const char * | file, |
int | line, | ||
const char * | date, | ||
const char * | time | ||
) |
Definition at line 53 of file libmesh_common.C.
References libMesh::global_n_processors(), here(), and libMesh::out.
Referenced by libMesh::PetscMatrix< T >::row_start(), and libMesh::PetscMatrix< T >::row_stop().