18#ifndef LIBMESH_PRINT_TRACE_H
19#define LIBMESH_PRINT_TRACE_H
22#include "libmesh/libmesh_config.h"
33void print_trace(std::ostream & out_stream = std::cerr);
The libMesh namespace provides an interface to certain functionality in the library.
void write_traceout()
Writes a stack trace to a uniquely named file if –enable-tracefiles has been set by configure,...
void print_trace(std::ostream &out_stream=std::cerr)
Print a stack trace (for code compiled with gcc)