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
5d8611eb
Commit
5d8611eb
authored
19 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
07e70f61
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/3d/peca01_mod3.geo
+5
-5
5 additions, 5 deletions
benchmarks/3d/peca01_mod3.geo
with
5 additions
and
5 deletions
benchmarks/3d/peca01_mod
2_rewritten_short
.geo
→
benchmarks/3d/peca01_mod
3
.geo
+
5
−
5
View file @
5d8611eb
// original model from Zaqueu Ernesto da Silva (zaqueu at les.ufpb.br)
// rewritten by CG
lc
=
3
;
e
=
6
;
// thickness
w
=
30
;
// width
...
...
@@ -21,7 +24,7 @@ Circle(5) = {4,7,6};
Symmetry
{
1
,
0
,
0
,
-
c
}
{
Duplicata
{
Line
{
1
:
5
};
}
}
Line
Loop
(
11
)
=
{
4
,
-
9
,
-
6
,
8
,
7
,
10
,
-
5
,
-
2
,
-
3
,
1
};
Plane
Surface
(
12
)
=
{
11
};
v
[]
=
Extrude
Surface
{
12
,
{
0
,
-
w
,
0
}};
;
v
[]
=
Extrude
{
0
,
-
w
,
0
}{
Surface
{
12
};
}
;
Delete
{
Volume
{
v
[
1
]};
}
Delete
{
Surface
{
55
,
63
,
43
,
35
};
}
...
...
@@ -34,10 +37,7 @@ Circle(65) = {101,100,103};
Circle
(
66
)
=
{
103
,
100
,
102
};
Circle
(
67
)
=
{
102
,
100
,
104
};
Circle
(
68
)
=
{
104
,
100
,
101
};
Extrude
Line
{
65
,
{
0
,
0
,
e
}};
Extrude
Line
{
66
,
{
0
,
0
,
e
}};
Extrude
Line
{
67
,
{
0
,
0
,
e
}};
Extrude
Line
{
68
,
{
0
,
0
,
e
}};
Extrude
{
0
,
0
,
e
}{
Line
{
65
:
68
};
}
Symmetry
{
1
,
0
,
0
,
-
c
}
{
Duplicata
{
Surface
{
72
,
76
,
80
,
84
};
}
}
Line
Loop
(
104
)
=
{
2
,
50
,
21
,
-
54
};
...
...
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