Discontinuous Galerkin Library
#include "dg/algorithm.h"
exceptions.h File Reference

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...
 

Detailed Description

Error classes or the dg library.

Author
Matthias Wiesenberger
Date
01.08.2017

Macro Definition Documentation

◆ _ping_

#define _ping_   __FILE__, __LINE__