From: wolf Date: Tue, 3 May 2005 16:14:13 +0000 (+0000) Subject: There isn't all that much that we can do... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06cbbca107af546d1a3a1685ff176e6b30e76607;p=dealii-svn.git There isn't all that much that we can do... git-svn-id: https://svn.dealii.org/trunk@10625 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-18/step-18.cc b/deal.II/examples/step-18/step-18.cc index 90a5558607..d5589bc51e 100644 --- a/deal.II/examples/step-18/step-18.cc +++ b/deal.II/examples/step-18/step-18.cc @@ -1566,7 +1566,6 @@ namespace QuasiStaticElasticity n_local_dofs); distributed_incremental_displacement = incremental_displacement; -//TODO: make more robust against changes in the size of the domain! SolverControl solver_control (dof_handler.n_dofs(), 1e-16*system_rhs.l2_norm()); PETScWrappers::SolverCG cg (solver_control,