From: Wolfgang Bangerth Date: Sun, 9 Jan 2000 17:26:30 +0000 (+0000) Subject: Fix inconsistency. X-Git-Tag: v8.0.0~21184 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c246c6a65ce43977ce30ee39c24efe47d7e3c28;p=dealii.git Fix inconsistency. git-svn-id: https://svn.dealii.org/trunk@2176 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Attic/examples/step-by-step/step-8/step-8.cc b/deal.II/deal.II/Attic/examples/step-by-step/step-8/step-8.cc index 9fac1af41e..e46a322f01 100644 --- a/deal.II/deal.II/Attic/examples/step-by-step/step-8/step-8.cc +++ b/deal.II/deal.II/Attic/examples/step-by-step/step-8/step-8.cc @@ -541,7 +541,8 @@ void ElasticProblem::assemble_system () ( (shape_grads[i][q_point][component_i] * shape_grads[j][q_point][component_j] * - lambda_values[q_point]) + (lambda_values[q_point] + + mu_values[q_point])) + // (mu d_i u_j, d_i v_j) (shape_grads[i][q_point][component_j] * shape_grads[j][q_point][component_i] * diff --git a/deal.II/examples/step-8/step-8.cc b/deal.II/examples/step-8/step-8.cc index 9fac1af41e..e46a322f01 100644 --- a/deal.II/examples/step-8/step-8.cc +++ b/deal.II/examples/step-8/step-8.cc @@ -541,7 +541,8 @@ void ElasticProblem::assemble_system () ( (shape_grads[i][q_point][component_i] * shape_grads[j][q_point][component_j] * - lambda_values[q_point]) + (lambda_values[q_point] + + mu_values[q_point])) + // (mu d_i u_j, d_i v_j) (shape_grads[i][q_point][component_j] * shape_grads[j][q_point][component_i] *