Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
Error classes or the dg library. More...
#include <exception>
#include <iostream>
#include <sstream>
Go to the source code of this file.
Classes | |
class | dg::Message |
small class holding a stringstream More... | |
class | dg::Error |
class intended for the use in throw statements More... | |
struct | dg::Fail |
Indicate failure to converge. More... | |
Namespaces | |
namespace | dg |
This is the namespace for all functions and classes defined and used by the discontinuous Galerkin library. | |
Macros | |
#define | _ping_ __FILE__, __LINE__ |
Functions | |
static void | dg::abort_program (int code=-1) |
Abort program (both MPI and non-MPI) More... | |
Error classes or the dg library.
#define _ping_ __FILE__, __LINE__ |