From 06cbbca107af546d1a3a1685ff176e6b30e76607 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 3 May 2005 16:14:13 +0000 Subject: [PATCH] There isn't all that much that we can do... git-svn-id: https://svn.dealii.org/trunk@10625 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-18/step-18.cc | 1 - 1 file changed, 1 deletion(-) 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, -- 2.39.5