|
chombo-discharge
|
Agglomeration class for various useful polynomial routines. More...
Functions | |
| RealVect | brentRootFinder (const RefCountedPtr< BaseIF > &a_impFunc, const RealVect &a_point1, const RealVect &a_point2) |
| Compute the root of a function between two points. This is a 1D problem along the line. | |
| Real | brentSolve (const Real a_point1, const Real a_point2, const std::function< Real(const Real x)> a_func) noexcept |
| Compute the root of a function between two points. This is a 1D problem. | |
Agglomeration class for various useful polynomial routines.
|
noexcept |
Compute the root of a function between two points. This is a 1D problem.
| [in] | a_lo | Lower initial guess. |
| [in] | a_hi | Higher initial guess. |