From 93f11412c85bdb0249ec49752217d95319676532 Mon Sep 17 00:00:00 2001 From: Joerg Frohne Date: Sun, 24 Feb 2013 20:10:21 +0000 Subject: [PATCH] add a command to the adaptive mesh refinement git-svn-id: https://svn.dealii.org/trunk@28541 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-42/doc/intro.dox | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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

-- 2.39.5