|
chombo-discharge
|
Agglomeration of some useful algebraic/polynomial routines. More...
#include <RefCountedPtr.H>#include <BaseIF.H>#include <CD_NamespaceHeader.H>#include <CD_NamespaceFooter.H>

Go to the source code of this file.
Namespaces | |
| namespace | PolyUtils |
| Agglomeration class for various useful polynomial routines. | |
Functions | |
| 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. | |
| Real | PolyUtils::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 of some useful algebraic/polynomial routines.