|
Reference documentation for deal.II version 9.2.0
|
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\)
\(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\)
\(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\)
\(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Go to the documentation of this file.
17 #ifndef dealii_newton_h
18 #define dealii_newton_h
73 template <
typename VectorType>
double assemble_threshold
static void declare_parameters(ParameterHandler ¶m)
double threshold(double new_value)
SmartPointer< OperatorBase, Newton< VectorType > > residual
void initialize(OutputOperator< VectorType > &output)
#define DEAL_II_NAMESPACE_OPEN
unsigned int n_stepsize_iterations
SmartPointer< OperatorBase, Newton< VectorType > > inverse_derivative
virtual void operator()(AnyData &out, const AnyData &in) override
virtual void notify(const Event &) override
Newton(OperatorBase &residual, OperatorBase &inverse_derivative)
#define DEAL_II_NAMESPACE_CLOSE
void parse_parameters(ParameterHandler ¶m)
SmartPointer< OutputOperator< VectorType >, Newton< VectorType > > data_out