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
39eb62c8
Commit
39eb62c8
authored
18 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
4f64bfc2
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
benchmarks/extrude/Forma_3DCube.geo
+8
-9
8 additions, 9 deletions
benchmarks/extrude/Forma_3DCube.geo
doc/VERSIONS
+12
-9
12 additions, 9 deletions
doc/VERSIONS
with
20 additions
and
18 deletions
benchmarks/extrude/Forma_3DCube.geo
+
8
−
9
View file @
39eb62c8
...
@@ -13,28 +13,27 @@ Point(2) = {Rint, 0, 0, h};
...
@@ -13,28 +13,27 @@ Point(2) = {Rint, 0, 0, h};
Line
(
1
)
=
{
1
,
2
};
Line
(
1
)
=
{
1
,
2
};
Extrude
Line
{
1
,{
0
,
1
,
0
},
{
0
,
0
,
0
},
-
Pi
/
2
}
Extrude
Line
{
1
,{
0
,
1
,
0
},
{
0
,
0
,
0
},
-
Pi
/
2
}
{
Layers
{
10
,
5
,
1
};
Recombine
;
};
{
Layers
{
10
,
1
};
Recombine
;
};
Extrude
Line
{
2
,{
0
,
1
,
0
},
{
0
,
0
,
0
},
-
Pi
/
2
}
Extrude
Line
{
2
,{
0
,
1
,
0
},
{
0
,
0
,
0
},
-
Pi
/
2
}
{
Layers
{
10
,
9
,
1
};
Recombine
;
};
{
Layers
{
10
,
1
};
Recombine
;
};
Extrude
Surface
{
5
,{
0
,
LG
,
0
}}
Extrude
Surface
{
5
,{
0
,
LG
,
0
}}
{
Layers
{
50
,
2
,
1
};
Recombine
;
};
{
Layers
{
50
,
1
};
Recombine
;
};
Extrude
Surface
{
9
,{
0
,
LG
,
0
}}
Extrude
Surface
{
9
,{
0
,
LG
,
0
}}
{
Layers
{
50
,
2
,
1
};
Recombine
;
};
{
Layers
{
50
,
1
};
Recombine
;
};
Extrude
Surface
{
31
,{
0
,
0
,
1
},
{
RC
,
LG
,
0
},
-
(
Pi
/
2
)}
Extrude
Surface
{
31
,{
0
,
0
,
1
},
{
RC
,
LG
,
0
},
-
(
Pi
/
2
)}
{
Recombine
;
Layers
{
30
,
52000
,
1
};
};
{
Recombine
;
Layers
{
30
,
1
};
};
Extrude
Surface
{
53
,{
0
,
0
,
1
},
{
RC
,
LG
,
0
},
-
(
Pi
/
2
)}
Extrude
Surface
{
53
,{
0
,
0
,
1
},
{
RC
,
LG
,
0
},
-
(
Pi
/
2
)}
{
Recombine
;
Layers
{
30
,
530000
,
1
};
};
{
Recombine
;
Layers
{
30
,
1
};
};
Extrude
Surface
{
75
,{
LG
,
0
,
0
}}
Extrude
Surface
{
75
,{
LG
,
0
,
0
}}
{
Recombine
;
Layers
{
50
,
540000
,
1
};
};
{
Recombine
;
Layers
{
50
,
1
};
};
Extrude
Surface
{
97
,{
LG
,
0
,
0
}}
Extrude
Surface
{
97
,{
LG
,
0
,
0
}}
{
Recombine
;
Layers
{
50
,
550000
,
1
};
};
{
Recombine
;
Layers
{
50
,
1
};
};
This diff is collapsed.
Click to expand it.
doc/VERSIONS
+
12
−
9
View file @
39eb62c8
$Id: VERSIONS,v 1.366 2006-09-08 02:39:43 geuzaine Exp $
$Id: VERSIONS,v 1.367 2006-11-27 05:20:03 geuzaine Exp $
2.0: new geometry and mesh databases; complete rewrite of geometry and
2.0: new geometry and mesh databases, with support for STEP and IGES
mesh drawing code; complete rewrite of the input/output code (with new
input via OpenCascade; complete rewrite of geometry and mesh drawing
native binary MSH format and full support for import/export of I-deas
code; complete rewrite of the input/output code (with new native
UNV, Nastran BDF, STL, Medit MESH and VRML 1.0 files); added support
binary MSH format and full support for import/export of I-deas UNV,
for incomplete second order elements; new 2D mesh algorithm; option
Nastran BDF, STL, Medit MESH and VRML 1.0 files); added support for
changes in the interface are now applied instantenously; lots of
incomplete second order elements; new 2D mesh algorithm; removed
improvements all over the place.
anisotropic algorithm (as well as attractors); removed explicit region
number specification in extrusions; option changes in the graphical
interface are now applied instantenously; lots of other improvements
all over the place.
1.66: added support for offscreen rendering using OSMesa; added
1.66: added support for offscreen rendering using OSMesa; added
support for SVG output;
support for SVG output;
...
...
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