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
e98d33b2
Commit
e98d33b2
authored
19 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
63e9e110
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tutorial/t3.geo
+3
-3
3 additions, 3 deletions
tutorial/t3.geo
with
3 additions
and
3 deletions
tutorial/t3.geo
+
3
−
3
View file @
e98d33b2
...
@@ -25,9 +25,9 @@ Extrude {0,0,h} {
...
@@ -25,9 +25,9 @@ Extrude {0,0,h} {
// The extrusion can also be performed with a rotation instead of a
// The extrusion can also be performed with a rotation instead of a
// translation, and the resulting mesh can be recombined into prisms
// translation, and the resulting mesh can be recombined into prisms
// (we
dges). All rotations are specified by an axis direc
tion
// (we
use only one layer here, with 7 subdivisions). All rota
tion
s
//
({0,1,0}), an axis point ({-0.1,0,0.1
}) an
d
a
rotation angle
//
are specified by an axis direction ({0,1,0
})
,
an a
xis point
// (
-Pi/2) (only one layer here, with 7 subdivisions
):
// (
{-0.1,0,0.1}) and a rotation angle (-Pi/2
):
Extrude
{
{
0
,
1
,
0
}
,
{
-
0.1
,
0
,
0.1
}
,
-
Pi
/
2
}
{
Extrude
{
{
0
,
1
,
0
}
,
{
-
0.1
,
0
,
0.1
}
,
-
Pi
/
2
}
{
Surface
{
122
};
Layers
{
7
,
1
};
Recombine
;
Surface
{
122
};
Layers
{
7
,
1
};
Recombine
;
...
...
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