From 70e185bff618b76e62af8a2806668c7169922c67 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 3 May 2005 04:01:32 +0000 Subject: [PATCH] apply_boundary_values doesn't work when symmetrization is requested. git-svn-id: https://svn.dealii.org/trunk@10610 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-18/step-18.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-18/step-18.cc b/deal.II/examples/step-18/step-18.cc index bc326643ed..9854802bd5 100644 --- a/deal.II/examples/step-18/step-18.cc +++ b/deal.II/examples/step-18/step-18.cc @@ -1472,7 +1472,7 @@ namespace QuasiStaticElasticity PETScWrappers::MPI::Vector tmp (system_rhs); MatrixTools::apply_boundary_values (boundary_values, system_matrix, tmp, - system_rhs); + system_rhs, false); incremental_displacement = tmp; } -- 2.39.5