residreductioncriterion.hh
Go to the documentation of this file.
Base class for all convergence criteria which only defines an virtual API. Definition: convergencecriterion.hh:56 Provides a convergence criterion which looks at the reduction of the two-norm of the residual for the... Definition: residreductioncriterion.hh:52 ResidReductionCriterion(Dune::ScalarProduct< Vector > &scalarProduct, Scalar tolerance=1e-6) Definition: residreductioncriterion.hh:56 void printInitial(std::ostream &os=std::cout) const Prints the initial information about the convergence behaviour. Definition: residreductioncriterion.hh:114 void update(const Vector &, const Vector &, const Vector &curResid) Definition: residreductioncriterion.hh:91 void print(Scalar iter, std::ostream &os=std::cout) const Prints the information about the convergence behaviour for the current iteration. Definition: residreductioncriterion.hh:126 Scalar accuracy() const Returns the accuracy of the solution at the last update. Definition: residreductioncriterion.hh:108 void setTolerance(Scalar tol) Set the maximum allowed weighted maximum of the reduction of the linear residual. Definition: residreductioncriterion.hh:65 Scalar tolerance() const Return the maximum allowed weighted maximum of the reduction of the linear residual. Definition: residreductioncriterion.hh:71 void setInitial(const Vector &, const Vector &curResid) Set the initial solution of the linear system of equations. Definition: residreductioncriterion.hh:77 bool converged() const Returns true if and only if the convergence criterion is met. Definition: residreductioncriterion.hh:102 Define some base class for the convergence criteria of the linear solvers of DUNE-ISTL. Definition: blackoilboundaryratevector.hh:37 |