Skip to content
Snippets Groups Projects
Commit 612c215c authored by Éric Béchet's avatar Éric Béchet
Browse files

testcase updated

parent 6146be39
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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};
......@@ -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]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment