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 | |
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. More... | |
Agglomeration of some useful algebraic/polynomial routines.