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. More... | |
Agglomeration class for various useful polynomial routines.
RealVect PolyUtils::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.
[in] | a_impFunc | Implicit function |
[in] | a_point1 | First end-point |
[in] | a_point2 | Other end-point |