From cfab9eb29ddbb6c705b68ba8601f4ca91fa8c405 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 24 Oct 2003 14:39:28 +0000 Subject: [PATCH] Add a file for Yuri's clamped plate with a hole testcase. Will be removed from mainline again soonish. git-svn-id: https://svn.dealii.org/trunk@8158 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-8/plate.in | 45 ++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 deal.II/examples/step-8/plate.in diff --git a/deal.II/examples/step-8/plate.in b/deal.II/examples/step-8/plate.in new file mode 100644 index 0000000000..bfc69a1562 --- /dev/null +++ b/deal.II/examples/step-8/plate.in @@ -0,0 +1,45 @@ +24 20 0 0 0 +0 0.0 -1.0 0 +1 1.0 0.0 0 +2 0.0 1.0 0 +3 -1.0 0.0 0 +4 2.6 -4.4 0 +5 4.4 2.6 0 +6 -2.6 4.4 0 +7 -4.4 -2.6 0 +8 6.4 -8.5 0 +9 8.5 6.4 0 +10 -6.4 8.5 0 +11 -8.5 -6.4 0 +12 12.4 -14.5 0 +13 14.5 12.4 0 +14 -12.4 14.5 0 +15 -14.5 -12.4 0 +16 21.1 -22.8 0 +17 22.8 21.1 0 +18 -21.1 22.8 0 +19 -22.8 -21.1 0 +20 40.0 -40.0 0 +21 40.0 40.0 0 +22 -40.0 40.0 0 +23 -40.0 -40.0 0 +1 0 quad 4 5 1 0 +1 0 quad 1 5 6 2 +1 0 quad 3 2 6 7 +1 0 quad 4 0 3 7 +1 0 quad 8 9 5 4 +1 0 quad 5 9 10 6 +1 0 quad 7 6 10 11 +1 0 quad 8 4 7 11 +1 0 quad 12 13 9 8 +1 0 quad 9 13 14 10 +1 0 quad 11 10 14 15 +1 0 quad 12 8 11 15 +1 0 quad 16 17 13 12 +1 0 quad 13 17 18 14 +1 0 quad 15 14 18 19 +1 0 quad 16 12 15 19 +1 0 quad 20 21 17 16 +1 0 quad 17 21 22 18 +1 0 quad 19 18 22 23 +1 0 quad 20 16 19 23 -- 2.39.5