#include <dune/pdelab/newton/newton.hh>
template<class GOS , class TrlV , class TstV >
template<class GOS , class TrlV , class TstV >
template<class GOS , class TrlV , class TstV >
template<class GOS , class TrlV , class TstV >
|
protectedpure virtualinherited |
template<class GOS , class TrlV , class TstV >
Discard the stored Jacobian matrix.
template<class GOS , class TrlV , class TstV >
Return whether the jacobian matrix is kept across calls to apply().
template<class GOS , class TrlV , class TstV >
|
protectedpure virtualinherited |
template<class GOS , class TrlV , class TstV >
template<class GOS , class TrlV , class TstV >
set a fixed reduction in the linear solver (overwrites setMinLinearReduction)
- Note
- with fixed_linear_reduction > 0, the linear reduction rate will always be fixed to min_linear_reduction.
template<class GOS , class TrlV , class TstV >
Set whether the jacobian matrix should be kept across calls to apply().
template<class GOS , class TrlV , class TstV >
set the minimal reduction in the linear solver
- Note
- with min_linear_reduction > 0, the linear reduction will be determined as mininum of the min_linear_reduction and the linear_reduction needed to achieve second order Newton convergence.
template<class GOS , class TrlV , class TstV >
set a threshold, when the linear operator is reassembled
We allow to keep the linear operator over several newton iterations. If the reduction in the newton drops below a given threshold the linear operator is reassembled to ensure convergence.
template<class GOS , class TrlV , class TstV >
template<class GOS , class TrlV , class TstV >
|
protectedpure virtualinherited |
template<class GOS , class TrlV , class TstV >
template<class GOS , class TrlV , class TstV >
template<class GOS , class TrlV , class TstV >
template<class GOS , class TrlV , class TstV >
template<class GOS , class TrlV , class TstV >
template<class GOS , class TrlV , class TstV >
template<class GOS , class TrlV , class TstV >
template<class GOS , class TrlV , class TstV >
template<class GOS , class TrlV , class TstV >
template<class GOS , class TrlV , class TstV >
template<class GOS , class TrlV , class TstV >
template<class GOS , class TrlV , class TstV >
template<class GOS , class TrlV , class TstV >
The documentation for this class was generated from the following file: