Discontinuous Galerkin Library
#include "dg/algorithm.h"
dg::NoRoot1d Class Reference

Exception class, that stores boundaries for 1D root finding. More...

Inheritance diagram for dg::NoRoot1d:
[legend]

Public Member Functions

 NoRoot1d (double x_min, double x_max, double wert_min, double wert_max)
 construct More...
 
void display () const
 display left and right boundary on std::cerr More...
 
char const * what () const throw ()
 what string More...
 

Detailed Description

Exception class, that stores boundaries for 1D root finding.

Constructor & Destructor Documentation

◆ NoRoot1d()

dg::NoRoot1d::NoRoot1d ( double  x_min,
double  x_max,
double  wert_min,
double  wert_max 
)
inline

construct

Parameters
x_minleft boundary
x_maxright boundary
wert_minvalue at left boundary
wert_maxvalue at right boundary

Member Function Documentation

◆ display()

void dg::NoRoot1d::display ( ) const
inline

display left and right boundary on std::cerr

◆ what()

char const * dg::NoRoot1d::what ( ) const
throw (
)
inline

what string


The documentation for this class was generated from the following file: