

Go to the source code of this file.
Classes | |
| class | dftefe::linearAlgebra::BisectionSolverFunction< ValueType > |
| Interface a class must implement to have its root found by BisectionSolver. Unlike NewtonRaphsonSolverFunction, no derivative (getForce) is required - bisection only ever evaluates getValue(), which is what makes it immune to sharply-peaked or vanishing derivatives that can send Newton-Raphson to +-infinity. More... | |
Namespaces | |
| namespace | dftefe |
| dealii includes | |
| namespace | dftefe::linearAlgebra |