|
KASKADE 7 development version
|
Much of the implementation for barrier methods. More...
#include <memory>#include "ipfunctional.hh"#include "fem/variables.hh"#include "fem/functional_aux.hh"#include "dune_bridge.hh"#include "newton_damped.hh"#include "homotopy_base.hh"#include "fem/functional_manipulation.hh"#include <limits.h>#include <boost/timer/timer.hpp>#include "fem/special_quadrature.hh"#include "algorithm/opt_aux/src/include/zeroin.cpp"Go to the source code of this file.
Classes | |
| class | Bridge::IPLinearization< BarrierFunctional, VectorImpl, ImageImpl, QuadRule > |
| Linearization for Constrained Optimization with Barrier methods. More... | |
| class | Bridge::LinearizationTraits< VariableSet< Descr >, IPFunctional< Functional, BarrierFu, paralin > > |
| Traits class to choose the right Bridge::Linearization class. More... | |
| struct | FirstOrderEquation< BarrierFunction, yIdx > |
| struct | SecondOrderEquation< BarrierFunction, yIdx > |
| class | PointwiseCorrection< PolyEquation > |
| Pointwise damping strategy. More... | |
| class | PWDampingChart< Functional, DomainElement, Implementation > |
| struct | StepEquation |
| class | InteriorPointTangentialPredictor< IPF, DomainVector > |
Namespaces | |
| namespace | Bridge |
Functions | |
| template<class DomainElement , class QBarrierModel , class ParameterModel , class LModel > | |
| void | corrTangent (DomainElement &tx, const DomainElement &x, QBarrierModel const &blin, ParameterModel const &plin, LModel const &ulin, double muLast, double mu) |
| Pointwise damping strategy. More... | |
Much of the implementation for barrier methods.
Definition in file ip_aux.hh.
| void corrTangent | ( | DomainElement & | tx, |
| const DomainElement & | x, | ||
| QBarrierModel const & | blin, | ||
| ParameterModel const & | plin, | ||
| LModel const & | ulin, | ||
| double | muLast, | ||
| double | mu | ||
| ) |
Pointwise damping strategy.
Definition at line 359 of file ip_aux.hh.
Referenced by InteriorPointTangentialPredictor< IPF, DomainVector >::computePredictor().