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
14a683cf
Commit
14a683cf
authored
13 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
369aaf49
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Fltk/optionWindow.cpp
+1
-1
1 addition, 1 deletion
Fltk/optionWindow.cpp
doc/VERSIONS.txt
+14
-15
14 additions, 15 deletions
doc/VERSIONS.txt
with
15 additions
and
16 deletions
Fltk/optionWindow.cpp
+
1
−
1
View file @
14a683cf
...
...
@@ -2113,7 +2113,7 @@ optionWindow::optionWindow(int deltaFontSize)
mesh
.
choice
[
3
]
->
callback
(
mesh_options_ok_cb
);
mesh
.
choice
[
1
]
=
new
Fl_Choice
(
L
+
2
*
WB
,
2
*
WB
+
3
*
BH
,
IW
,
BH
,
"2D
R
ecombination algorithm"
);
(
L
+
2
*
WB
,
2
*
WB
+
3
*
BH
,
IW
,
BH
,
"2D
r
ecombination algorithm"
);
mesh
.
choice
[
1
]
->
menu
(
menu_recombination_algo
);
mesh
.
choice
[
1
]
->
align
(
FL_ALIGN_RIGHT
);
mesh
.
choice
[
1
]
->
callback
(
mesh_options_ok_cb
);
...
...
This diff is collapsed.
Click to expand it.
doc/VERSIONS.txt
+
14
−
15
View file @
14a683cf
2.6.0 (): new
tensor field visualization modes (eigenvectors,
ellipsoid, etc.); added supp
or
t
f
or interpolation schemes in .msh
file;
added support for
MED3 format; rescale viewport around visible
entities (shift+1:1 in GUI); unified post-processing field export; new
experimental stereo+camera visu mode; new DelQuad and Auto 2D meshing
algorithms
; experimental BAMG & MMG3D support
for anisotropic mesh
generation; new OCC cut&merge
faces
algorithm imported
from Salome;
new ability to connect extruded meshes to tetrahedral
grids using
pyramids; Abaqus (INP) mesh export; various bug fixes and
2.6.0 (): new
quadrilateral meshing algoroithms (Blossom and DelQuad);
new tens
or f
ield visualization modes (eigenvectors, ellipsoid, etc.);
added support for
interpolation schemes in .msh file; added support
for MED3 format; rescale viewport around visible entities (shift+1:1
in GUI); unified post-processing field export; new experimental
stereo+camera visualization mode
; experimental BAMG & MMG3D support
for anisotropic mesh
generation; new OCC cut&merge algorithm imported
from Salome;
new ability to connect extruded meshes to tetrahedral
grids using
pyramids; Abaqus (INP) mesh export; various bug fixes and
improvements.
2.5.0 (Oct 15, 2010): new compound geometrical entities (for remeshing
...
...
@@ -42,12 +42,11 @@ models; fixed random triangle orientations in Delaunay and Frontal
algorithms.
2.3.0 (Jan 23, 2009): major graphics and GUI code refactoring; new
full-quad/hexa subdivision algorithm (removed Mesh.RecombineAlgo);
improved automatic transfinite corner selection (now also for
volumes); improved visibility browser; new automatic adaptive
visualization for high-order simplices; modified arrow size, clipping
planes and transform options; many improvements and bug fixes all over
the place.
full-quad/hexa subdivision algorithm; improved automatic transfinite
corner selection (now also for volumes); improved visibility browser;
new automatic adaptive visualization for high-order simplices;
modified arrow size, clipping planes and transform options; many
improvements and bug fixes all over the place.
2.2.6 (Nov 21, 2008): better transfinite smoothing and automatic
corner selection; fixed high order meshing crashes on Windows and
...
...
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