From bae8c414b7ade898d62445f34709470d9c1f3cc2 Mon Sep 17 00:00:00 2001 From: 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 ++++---- ...titution.png => step-42.CellConstitution.png} | Bin ...Ball.png => step-42.CellConstitutionBall.png} | Bin ...ll2.png => step-42.CellConstitutionBall2.png} | Bin ....png => step-42.CellConstitutionColorbar.png} | Bin ...onLi2.png => step-42.CellConstitutionLi2.png} | Bin .../examples/step-42/doc/step-42.character.png | Bin 0 -> 3333 bytes 8 files changed, 12 insertions(+), 8 deletions(-) rename deal.II/examples/step-42/doc/{step-42-CellConstitution.png => step-42.CellConstitution.png} (100%) rename deal.II/examples/step-42/doc/{step-42-CellConstitutionBall.png => step-42.CellConstitutionBall.png} (100%) rename deal.II/examples/step-42/doc/{step-42-CellConstitutionBall2.png => step-42.CellConstitutionBall2.png} (100%) rename deal.II/examples/step-42/doc/{step-42-CellConstitutionColorbar.png => step-42.CellConstitutionColorbar.png} (100%) rename deal.II/examples/step-42/doc/{step-42-CellConstitutionLi2.png => step-42.CellConstitutionLi2.png} (100%) create mode 100644 deal.II/examples/step-42/doc/step-42.character.png 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. diff --git a/deal.II/examples/step-42/doc/step-42-CellConstitution.png b/deal.II/examples/step-42/doc/step-42.CellConstitution.png similarity index 100% rename from deal.II/examples/step-42/doc/step-42-CellConstitution.png rename to deal.II/examples/step-42/doc/step-42.CellConstitution.png diff --git a/deal.II/examples/step-42/doc/step-42-CellConstitutionBall.png b/deal.II/examples/step-42/doc/step-42.CellConstitutionBall.png similarity index 100% rename from deal.II/examples/step-42/doc/step-42-CellConstitutionBall.png rename to deal.II/examples/step-42/doc/step-42.CellConstitutionBall.png diff --git a/deal.II/examples/step-42/doc/step-42-CellConstitutionBall2.png b/deal.II/examples/step-42/doc/step-42.CellConstitutionBall2.png similarity index 100% rename from deal.II/examples/step-42/doc/step-42-CellConstitutionBall2.png rename to deal.II/examples/step-42/doc/step-42.CellConstitutionBall2.png diff --git a/deal.II/examples/step-42/doc/step-42-CellConstitutionColorbar.png b/deal.II/examples/step-42/doc/step-42.CellConstitutionColorbar.png similarity index 100% rename from deal.II/examples/step-42/doc/step-42-CellConstitutionColorbar.png rename to deal.II/examples/step-42/doc/step-42.CellConstitutionColorbar.png diff --git a/deal.II/examples/step-42/doc/step-42-CellConstitutionLi2.png b/deal.II/examples/step-42/doc/step-42.CellConstitutionLi2.png similarity index 100% rename from deal.II/examples/step-42/doc/step-42-CellConstitutionLi2.png rename to deal.II/examples/step-42/doc/step-42.CellConstitutionLi2.png diff --git a/deal.II/examples/step-42/doc/step-42.character.png b/deal.II/examples/step-42/doc/step-42.character.png new file mode 100644 index 0000000000000000000000000000000000000000..040005613b2d8fbcd2edbd07d193d4396b97aaf6 GIT binary patch literal 3333 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 YP{hgqZ&*YqG{+2pC)wA%iWHLkPYoVL{{R30 literal 0 HcmV?d00001 -- 2.39.5