Chombo + EB
3.2
|
Root solvers. More...
#include <cmath>
#include <algorithm>
#include "CH_assert.H"
#include "BaseNamespaceHeader.H"
#include "BaseNamespaceFooter.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 > | |
T | 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... | |
Root solvers.
#define _ROOTSOLVER_H_ |