From 250d01921872a2a2574678393ab4cd40a62cd79c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 23 Sep 2013 13:39:18 +0000 Subject: [PATCH] Rename images to standard naming scheme. Add the image that describes the obstacle. git-svn-id: https://svn.dealii.org/trunk@30891 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-42/doc/intro.dox | 12 ++++++++---- deal.II/examples/step-42/doc/results.dox | 8 ++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/deal.II/examples/step-42/doc/intro.dox b/deal.II/examples/step-42/doc/intro.dox index 1d96bbe2ac..ac8ceb4379 100644 --- a/deal.II/examples/step-42/doc/intro.dox +++ b/deal.II/examples/step-42/doc/intro.dox @@ -29,7 +29,7 @@ solution will look like (the deformable body is a cube - only half of which is actually shown -, the obstacle corresponds to a Chinese character that is discussed below): -@image html step-42-CellConstitutionLi2.png +@image html step-42.CellConstitutionLi2.png This problem description implies that we have to take care of an additional @@ -373,7 +373,8 @@ and Input is responsible for the parameters that describe the overall setup. In particular, the latter class allows us to read in an obstacle from a file. In the example we will show in the results section, this file will be -'obstacle_file.dat' and will correspond to data that shows the Chinese, Japanese or +'obstacle_file.dat' and will correspond to data that shows the +Chinese, Japanese or Korean symbol for force or power (see http://www.orientaloutpost.com/ : "This word can be used for motivation - it can also mean power/motion/propulsion/force. It can be anything @@ -383,5 +384,8 @@ for motivation. This is a word in Japanese and Korean, but it means "motive power" or "kinetic energy" (without the motivation meaning that you are probably looking for)"). In essence, we will pretend that we have a stamp (i.e., a mask that corresponds to a flat bottomed obstacle with no pieces -of intermediate height) that we press into the body - see the picture at -the top of this section. +of intermediate height) that we press into the body. The symbol in question +looks as follows (see also the picture at +the top of this section on how the end result looks like): + +@image html step-42.symbol.png diff --git a/deal.II/examples/step-42/doc/results.dox b/deal.II/examples/step-42/doc/results.dox index b2ad56df80..8cdd0aa391 100644 --- a/deal.II/examples/step-42/doc/results.dox +++ b/deal.II/examples/step-42/doc/results.dox @@ -367,16 +367,16 @@ last 4 or 5 Newton iterations.
- @image html step-42-CellConstitutionColorbar.png + @image html step-42.CellConstitutionColorbar.png - @image html step-42-CellConstitutionBall2.png + @image html step-42.CellConstitutionBall2.png   - @image html step-42-CellConstitutionLi2.png + @image html step-42.CellConstitutionLi2.png
@@ -415,4 +415,4 @@ between two bodies rises up the temperature in the deformable body and entails a change of some material parameters. It might be of interest to implement more accurate, problem-adapted error -estimators for contact as well as for the plasticity. \ No newline at end of file +estimators for contact as well as for the plasticity. -- 2.39.5