From: frohne Date: Sun, 24 Feb 2013 20:10:21 +0000 (+0000) Subject: add a command to the adaptive mesh refinement X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c099d07b321b748e33c0ece6501d4b8fb876303f;p=dealii-svn.git add a command to the adaptive mesh refinement git-svn-id: https://svn.dealii.org/trunk@28541 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-42/doc/intro.dox b/deal.II/examples/step-42/doc/intro.dox index 96c08feac8..ead68f8d84 100644 --- a/deal.II/examples/step-42/doc/intro.dox +++ b/deal.II/examples/step-42/doc/intro.dox @@ -390,10 +390,11 @@ of the feasible stresses.

Adaptive mesh refinement

Since we run our program in 3d, there is a good reason to use adaptive -mesh refined. To make life a bit easier we are choosing the +mesh refinement. To make things a bit easier we are choosing the KellyErrorEstimator that is already implemented in deal.II. We hand the solution vector to it which contains the displacement $u$. As we will see in the -results it yields a quite reasonable adaptive mesh for the contact zone. +results it yields a quite reasonable adaptive mesh for the contact zone as well +as for plasticity!

Implementation