![]() |
OGS
|
Namespaces | |
| namespace | detail |
Classes | |
| struct | AndersonBjorck |
Used by RegulaFalsi in a modified version of the regula falsi algorithm. More... | |
| struct | Illinois |
Used by RegulaFalsi in a modified version of the regula falsi algorithm. More... | |
| struct | Pegasus |
Used by RegulaFalsi in a modified version of the regula falsi algorithm. More... | |
| class | RegulaFalsi |
| struct | Unmodified |
Used by RegulaFalsi in the original regula falsi algorithm. More... | |
Functions | |
| template<typename SubType, typename Function> | |
| RegulaFalsi< SubType, Function > | makeRegulaFalsi (Function &&f, double const a, double const b) |
| RegulaFalsi< SubType, Function > MathLib::Nonlinear::makeRegulaFalsi | ( | Function && | f, |
| double const | a, | ||
| double const | b ) |
Creates a new instance of RegulaFalsi that uses the given modified iteration method SubType.
Definition at line 137 of file Root1D.h.
Referenced by MaterialPropertyLib::RelPermNonWettingPhaseVanGenuchtenMualem::computeSaturationForMinimumRelativePermeability().