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
8b0dbacf
Commit
8b0dbacf
authored
9 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
Recombine val
parent
fe2fcf26
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Parser/Gmsh.tab.cpp
+3185
-3169
3185 additions, 3169 deletions
Parser/Gmsh.tab.cpp
Parser/Gmsh.y
+4
-0
4 additions, 0 deletions
Parser/Gmsh.y
doc/texinfo/gmsh.texi
+1
-1
1 addition, 1 deletion
doc/texinfo/gmsh.texi
with
3190 additions
and
3170 deletions
Parser/Gmsh.tab.cpp
+
3185
−
3169
View file @
8b0dbacf
This diff is collapsed.
Click to expand it.
Parser/Gmsh.y
+
4
−
0
View file @
8b0dbacf
...
@@ -3895,6 +3895,10 @@ ExtrudeParameter :
...
@@ -3895,6 +3895,10 @@ ExtrudeParameter :
{
{
extr.mesh.Recombine = true;
extr.mesh.Recombine = true;
}
}
| tRecombine FExpr tEND
{
extr.mesh.Recombine = $2 ? true : false;
}
| tQuadTriSngl tEND
| tQuadTriSngl tEND
{
{
yymsg(0, "Keyword 'QuadTriSngl' deprecated. Use 'QuadTriNoNewVerts' instead.");
yymsg(0, "Keyword 'QuadTriSngl' deprecated. Use 'QuadTriNoNewVerts' instead.");
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/gmsh.texi
+
1
−
1
View file @
8b0dbacf
...
@@ -2768,7 +2768,7 @@ extruded and has the following syntax:
...
@@ -2768,7 +2768,7 @@ extruded and has the following syntax:
@group
@group
Layers @
{
@var
{
expression
}
@
}
|
Layers @
{
@var
{
expression
}
@
}
|
Layers @
{
@
{
@var
{
expression-list
}
@
}
, @
{
@var
{
expression-list
}
@
}
@
}
|
Layers @
{
@
{
@var
{
expression-list
}
@
}
, @
{
@var
{
expression-list
}
@
}
@
}
|
Recombine; @dots
{}
Recombine
< @var
{
expression
}
>
; @dots
{}
QuadTriNoNewVerts <RecombLaterals>; |
QuadTriNoNewVerts <RecombLaterals>; |
QuadTriAddVerts <RecombLaterals>; ...
QuadTriAddVerts <RecombLaterals>; ...
@end group
@end group
...
...
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