Chombo + EB + MF  3.2
Classes | Namespaces | Macros | Functions
RootSolver.H File Reference

Root solvers. More...

#include <cmath>
#include <algorithm>
#include "CH_assert.H"
#include "BaseNamespaceHeader.H"
#include "BaseNamespaceFooter.H"
Include dependency graph for RootSolver.H:

Go to the source code of this file.

Classes

struct  RootSolver::RootTr< T >
 
struct  RootSolver::RootTr< float >
 
struct  RootSolver::RootTr< double >
 

Namespaces

 RootSolver
 

Macros

#define _ROOTSOLVER_H_
 

Functions

template<typename T , typename Func >
RootSolver::Brent (int &numIter, const Func &f, T aPt, T bPt, T tol=RootTr< T >::tolerance(), const unsigned MAXITER=RootTr< T >::maxIter)
 Brent's root solver. More...
 

Detailed Description

Root solvers.

Macro Definition Documentation

◆ _ROOTSOLVER_H_

#define _ROOTSOLVER_H_