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
be1436f9
Commit
be1436f9
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
Specify limitations for transfinite meshes explicitly
parent
06a64c59
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tutorial/t6.geo
+6
-6
6 additions, 6 deletions
tutorial/t6.geo
tutorial/tutorial.html
+8
-8
8 additions, 8 deletions
tutorial/tutorial.html
with
14 additions
and
14 deletions
tutorial/t6.geo
+
6
−
6
View file @
be1436f9
...
...
@@ -127,9 +127,9 @@ Transfinite Line{32,27,49,45,43} = nbpt_shell ;
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
;
//
*All* 2D and 3
D transfinite entities are defined in respect to
//
points. The
ordering of the points defines the ordering of the mesh
//
element
s.
//
2
D transfinite entities are defined in respect to
points. The
// ordering of the points defines the ordering of the mesh
elements.
//
A transfinite surface can have either 3 or 4 side
s.
Transfinite
Surface
{
55
}
=
{
1
,
14
,
16
,
18
};
Transfinite
Surface
{
57
}
=
{
14
,
2
,
19
,
16
};
...
...
@@ -176,9 +176,9 @@ Transfinite Surface{117} = {13,5,25,26};
Recombine
Surface
{
55
:
127
};
//
*All* 2D and
3D transfinite entities are defined in respect to
//
points. The
ordering of the points defines the ordering of the mesh
//
element
s.
// 3D transfinite entities are defined in respect to
points. The
// ordering of the points defines the ordering of the mesh
elements.
//
A transfinite volume can have either 6 or 8 face
s.
Transfinite
Volume
{
129
}
=
{
1
,
14
,
15
,
18
,
16
,
17
};
Transfinite
Volume
{
131
}
=
{
17
,
16
,
14
,
15
,
20
,
19
,
2
,
10
};
...
...
This diff is collapsed.
Click to expand it.
tutorial/tutorial.html
+
8
−
8
View file @
be1436f9
...
...
@@ -23,7 +23,7 @@
<H1>
README 1/10
</H1>
[
<A
HREF=
"#top"
>
top
</A>
][prev][
<A
HREF=
"#file2"
>
next
</A>
]
<PRE>
$Id: tutorial.html,v 1.3
6
200
2-11-17 02:30:13
geuzaine Exp $
$Id: tutorial.html,v 1.3
7
200
3-02-24 20:28:36
geuzaine Exp $
Here are the examples in the Gmsh tutorial. These examples are
commented (both C and C++-style comments can be used in Gmsh input
...
...
@@ -882,9 +882,9 @@ Transfinite Line{32,27,49,45,43} = nbpt_shell ;
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;
<I><FONT
COLOR=
"#B22222"
>
//
*All* 2D and 3
D transfinite entities are defined in respect to
</FONT></I><I><FONT
COLOR=
"#B22222"
>
//
points. The
ordering of the points defines the ordering of the mesh
</FONT></I><I><FONT
COLOR=
"#B22222"
>
//
element
s.
<I><FONT
COLOR=
"#B22222"
>
//
2
D transfinite entities are defined in respect to
points. The
</FONT></I><I><FONT
COLOR=
"#B22222"
>
// ordering of the points defines the ordering of the mesh
elements.
</FONT></I><I><FONT
COLOR=
"#B22222"
>
//
A transfinite surface can have either 3 or 4 side
s.
</FONT></I>
Transfinite Surface{55} = {1,14,16,18};
Transfinite Surface{57} = {14,2,19,16};
...
...
@@ -931,9 +931,9 @@ Transfinite Surface{117} = {13,5,25,26};
</FONT></I>
Recombine Surface {55:127};
<I><FONT
COLOR=
"#B22222"
>
//
*All* 2D and
3D transfinite entities are defined in respect to
</FONT></I><I><FONT
COLOR=
"#B22222"
>
//
points. The
ordering of the points defines the ordering of the mesh
</FONT></I><I><FONT
COLOR=
"#B22222"
>
//
element
s.
<I><FONT
COLOR=
"#B22222"
>
// 3D transfinite entities are defined in respect to
points. The
</FONT></I><I><FONT
COLOR=
"#B22222"
>
// ordering of the points defines the ordering of the mesh
elements.
</FONT></I><I><FONT
COLOR=
"#B22222"
>
//
A transfinite volume can have either 6 or 8 face
s.
</FONT></I>
Transfinite Volume{129} = {1,14,15,18,16,17};
Transfinite Volume{131} = {17,16,14,15,20,19,2,10};
...
...
@@ -1007,7 +1007,7 @@ Physical Surface (SurfInfTop) = {119} ;
*
*********************************************************************/
</FONT></I>
<I><FONT
COLOR=
"#B22222"
>
// The
new
anisotropic 2D mesh generator can be selected with:
<I><FONT
COLOR=
"#B22222"
>
// The anisotropic 2D mesh generator can be selected with:
</FONT></I>
Mesh.Algorithm = 2 ;
...
...
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