chombo-discharge
Namespaces | Functions
CD_PolyUtils.H File Reference

Agglomeration of some useful algebraic/polynomial routines. More...

#include <RefCountedPtr.H>
#include <BaseIF.H>
#include <CD_NamespaceHeader.H>
#include <CD_NamespaceFooter.H>
Include dependency graph for CD_PolyUtils.H:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Agglomeration of some useful algebraic/polynomial routines.

Author
Robert Marskar