Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
612c215c
Commit
612c215c
authored
15 years ago
by
Éric Béchet
Browse files
Options
Downloads
Patches
Plain Diff
testcase updated
parent
6146be39
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
contrib/arc/conge.dat
+9
-2
9 additions, 2 deletions
contrib/arc/conge.dat
contrib/arc/conge.geo
+2
-1
2 additions, 1 deletion
contrib/arc/conge.geo
contrib/arc/mainElasticity.cpp
+2
-2
2 additions, 2 deletions
contrib/arc/mainElasticity.cpp
with
13 additions
and
5 deletions
contrib/arc/conge.dat
+
9
−
2
View file @
612c215c
...
...
@@ -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
This diff is collapsed.
Click to expand it.
contrib/arc/conge.geo
+
2
−
1
View file @
612c215c
...
...
@@ -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};
This diff is collapsed.
Click to expand it.
contrib/arc/mainElasticity.cpp
+
2
−
2
View file @
612c215c
...
...
@@ -18,8 +18,8 @@ int main (int argc, char* argv[])
// globals are still present in Gmsh
// instanciate a solver
My
elasticitySolver
mySolver
(
1000
);
//elasticitySolver mySolver (1000);
elasticitySolver
mySolver
(
1000
);
// read some input file
mySolver
.
readInputFile
(
argv
[
1
]);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment