From: kronbichler Date: Tue, 5 Mar 2013 06:54:11 +0000 (+0000) Subject: Merge r28733 from mainline. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d1da6cd42eafa768bef0c32d8d2e951d0ca66fc;p=dealii-svn.git Merge r28733 from mainline. git-svn-id: https://svn.dealii.org/branches/releases/Branch-7-3@28734 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-37/step-37.cc b/deal.II/examples/step-37/step-37.cc index 4d7f10d33c..4e03c487b1 100644 --- a/deal.II/examples/step-37/step-37.cc +++ b/deal.II/examples/step-37/step-37.cc @@ -30,8 +30,6 @@ #include #include -#include - #include #include #include @@ -1001,8 +999,6 @@ namespace Step37 void LaplaceProblem::solve () { Timer time; - GrowingVectorMemory<> vector_memory; - MGTransferPrebuilt > mg_transfer; mg_transfer.build_matrices(dof_handler); setup_time += time.wall_time(); @@ -1019,7 +1015,7 @@ namespace Step37 typedef PreconditionChebyshev > SMOOTHER; MGSmootherPrecondition > - mg_smoother(vector_memory); + mg_smoother; // Then, we initialize the smoother with our level matrices and the // mandatory additional data for the Chebyshev smoother. We use quite a