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
b6ddd64c
Commit
b6ddd64c
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
small fixes
parent
8e711a38
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tutorial/t6.geo
+7
-7
7 additions, 7 deletions
tutorial/t6.geo
with
7 additions
and
7 deletions
tutorial/t6.geo
+
7
−
7
View file @
b6ddd64c
...
@@ -147,10 +147,10 @@ Transfinite Line{32,27,49,45,43} = nbpt_shell ;
...
@@ -147,10 +147,10 @@ Transfinite Line{32,27,49,45,43} = nbpt_shell ;
Transfinite
Line
{
33
,
28
,
46
,
50
,
52
}
=
nbpt_far
Using
Progression
1.2
;
Transfinite
Line
{
33
,
28
,
46
,
50
,
52
}
=
nbpt_far
Using
Progression
1.2
;
Transfinite
Line
{
34
,
29
,
51
,
47
,
53
}
=
nbpt_inf
Using
Progression
1.05
;
Transfinite
Line
{
34
,
29
,
51
,
47
,
53
}
=
nbpt_inf
Using
Progression
1.05
;
// 2. Transfinite surfaces are defined by an ordered list of the
ir
// 2. Transfinite surfaces are defined by an ordered list of the
//
vertices
(the ordering of these
vertice
s defines the
ordering of
//
points on their boundary
(the ordering of these
point
s defines the
// the mesh elements). Note that a transfinite surface can
only have 3
//
ordering of
the mesh elements). Note that a transfinite surface can
// or 4 sides:
//
only have 3
or 4 sides:
Transfinite
Surface
{
55
}
=
{
1
,
14
,
16
,
18
};
Transfinite
Surface
{
55
}
=
{
1
,
14
,
16
,
18
};
Transfinite
Surface
{
57
}
=
{
14
,
2
,
19
,
16
};
Transfinite
Surface
{
57
}
=
{
14
,
2
,
19
,
16
};
...
@@ -190,9 +190,9 @@ Transfinite Surface{103} = {24,23,25,26};
...
@@ -190,9 +190,9 @@ Transfinite Surface{103} = {24,23,25,26};
Transfinite
Surface
{
119
}
=
{
9
,
26
,
25
};
Transfinite
Surface
{
119
}
=
{
9
,
26
,
25
};
Transfinite
Surface
{
117
}
=
{
13
,
5
,
25
,
26
};
Transfinite
Surface
{
117
}
=
{
13
,
5
,
25
,
26
};
// 3. Transfinite volumes are also defined by an ordered list of the
ir
// 3. Transfinite volumes are also defined by an ordered list of the
//
vertices
(the ordering defines the ordering of the
mesh elements).
//
points on their boundary
(the ordering defines the ordering of the
// A transfinite volume can only have 6 or 8 faces:
//
mesh elements).
A transfinite volume can only have 6 or 8 faces:
Transfinite
Volume
{
129
}
=
{
1
,
14
,
15
,
18
,
16
,
17
};
Transfinite
Volume
{
129
}
=
{
1
,
14
,
15
,
18
,
16
,
17
};
Transfinite
Volume
{
131
}
=
{
17
,
16
,
14
,
15
,
20
,
19
,
2
,
10
};
Transfinite
Volume
{
131
}
=
{
17
,
16
,
14
,
15
,
20
,
19
,
2
,
10
};
...
...
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