From 612c215c1ae074b2cd4a74db060c346a76de785a Mon Sep 17 00:00:00 2001
From: Eric Bechet <eric.bechet@ulg.ac.be>
Date: Wed, 16 Dec 2009 17:39:11 +0000
Subject: [PATCH] testcase updated

---
 contrib/arc/conge.dat          | 11 +++++++++--
 contrib/arc/conge.geo          |  3 ++-
 contrib/arc/mainElasticity.cpp |  4 ++--
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/contrib/arc/conge.dat b/contrib/arc/conge.dat
index bd6ac558f4..1b2aab2281 100644
--- a/contrib/arc/conge.dat
+++ b/contrib/arc/conge.dat
@@ -3,5 +3,12 @@ ElasticDomain 7 200.e9 0.3
 EdgeDisplacement 8 0 0
 EdgeDisplacement 8 1 0
 EdgeDisplacement 8 2 0
-LineForce 9 100e6 0 0
-FaceForce 7  0 -1.0e10  0 
+#NodeDisplacement 20 0 0
+#NodeDisplacement 20 1 0
+#NodeDisplacement 20 2 0
+#NodeDisplacement 21 1 0
+#NodeDisplacement 21 2 0
+EdgeForce 9 100e6 0 0
+#FaceForce 7  0 -1.0e10  0 
+#NodeForce 20 -1e7 0 0 
+
diff --git a/contrib/arc/conge.geo b/contrib/arc/conge.geo
index 22491247af..89cc738338 100644
--- a/contrib/arc/conge.geo
+++ b/contrib/arc/conge.geo
@@ -83,6 +83,7 @@ Physical Line(9) = {11};
 Physical Line(10) = {10};
 Physical Line(8) = {1, 5};
 Physical Surface(7) = {24};
-
+Physical Point(20) = {2};
+Physical Point(21) = {11};
 // Physical Line(25) = {11, 12, 13, 14};
 
diff --git a/contrib/arc/mainElasticity.cpp b/contrib/arc/mainElasticity.cpp
index bca69f0bab..0c1601cdaf 100644
--- a/contrib/arc/mainElasticity.cpp
+++ b/contrib/arc/mainElasticity.cpp
@@ -18,8 +18,8 @@ int main (int argc, char* argv[])
   // globals are still present in Gmsh
 
   // instanciate a solver
-  MyelasticitySolver mySolver (1000);
-  //elasticitySolver mySolver (1000);
+  elasticitySolver mySolver (1000);
+
   // read some input file
   mySolver.readInputFile(argv[1]);
 
-- 
GitLab