RootFinders.hpp File Reference
#include <opm/common/ErrorMacros.hpp>
#include <opm/common/OpmLog/OpmLog.hpp>
#include <string>
#include <algorithm>
#include <limits>
#include <cmath>
#include <iostream>
Include dependency graph for RootFinders.hpp:

Go to the source code of this file.

Classes

struct  Opm::ThrowOnError
 
struct  Opm::WarnAndContinueOnError
 
struct  Opm::ContinueOnError
 
class  Opm::RegulaFalsi< ErrorPolicy >
 
class  Opm::RegulaFalsiBisection< ErrorPolicy >
 

Namespaces

namespace  Opm
 

Functions

template<class Functor >
void Opm::bracketZero (const Functor &f, const double x0, const double dx, double &a, double &b)