dune-istl  2.4.1-rc2
Deprecated List
Member Dune::Amg::AMG< M, X, S, PI, A >::AMG (const OperatorHierarchy &matrices, CoarseSolver &coarseSolver, const SmootherArgs &smootherArgs, std::size_t gamma, std::size_t preSmoothingSteps, std::size_t postSmoothingSteps, bool additive=false)

Use constructor AMG(const OperatorHierarchy&, CoarseSolver&, const SmootherArgs, const Parameters&) instead. All parameters can be set in the criterion!

Member Dune::Amg::AMG< M, X, S, PI, A >::AMG (const Operator &fineOperator, const C &criterion, const SmootherArgs &smootherArgs, std::size_t gamma, std::size_t preSmoothingSteps, std::size_t postSmoothingSteps, bool additive=false, const ParallelInformation &pinfo=ParallelInformation())

Use AMG(const Operator&, const C&, const SmootherArgs, const ParallelInformation) instead. All parameters can be set in the criterion!

Member Dune::RestartedGMResSolver< X, Y, F >::RestartedGMResSolver (L &op, P &prec, real_type reduction, int restart, int maxit, int verbose, bool recalc_defect)
"recalc_defect is a unused parameter! Use RestartedGMResSolver(L& op, P& prec, real_type reduction, int restart, int maxit, int verbose) instead"
Member Dune::RestartedGMResSolver< X, Y, F >::RestartedGMResSolver (L &op, S &sp, P &prec, real_type reduction, int restart, int maxit, int verbose, bool recalc_defect)
"recalc_defect is a unused parameter! Use RestartedGMResSolver(L& op, S& sp, P& prec, real_type reduction, int restart, int maxit, int verbose) instead"