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
dc5baebc
Commit
dc5baebc
authored
20 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
upgraded Triangle to version 1.5
parent
2745138a
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
Triangle/README
+10
-7
10 additions, 7 deletions
Triangle/README
Triangle/triangle.c
+155
-75
155 additions, 75 deletions
Triangle/triangle.c
doc/gmsh.html
+2
-3
2 additions, 3 deletions
doc/gmsh.html
with
167 additions
and
85 deletions
Triangle/README
+
10
−
7
View file @
dc5baebc
...
...
@@ -13,9 +13,9 @@ Gmsh if no compensation is received.
Triangle
A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.
Version 1.
4
Version 1.
5
Copyright 1993, 1995, 1997, 1998, 2002 Jonathan Richard Shewchuk
Copyright 1993, 1995, 1997, 1998, 2002
, 2004
Jonathan Richard Shewchuk
2360 Woolsey #H
Berkeley, California 94705-1927
Please send bugs and comments to jrs@cs.berkeley.edu
...
...
@@ -24,10 +24,13 @@ Created as part of the Archimedes project (tools for parallel FEM).
Supported in part by NSF Grant CMS-9318163 and an NSERC 1967 Scholarship.
There is no warranty whatsoever. Use at your own risk.
Triangle generates exact Delaunay triangulations, exact constrained
Delaunay triangulations, Voronoi diagrams, and quality conforming Delaunay
triangulations. The latter can be generated with no small angles or large,
and are thus suitable for finite element analysis.
Triangle generates exact Delaunay triangulations, constrained Delaunay
triangulations, Voronoi diagrams, and quality conforming Delaunay
triangulations. The latter can be generated with no small angles, and are
thus suitable for finite element analysis. Show Me graphically displays
the contents of the geometric files used by Triangle. Show Me can also
write images in PostScript form.
Information on the algorithms used by Triangle, including complete
references, can be found in the comments at the beginning of the triangle.c
...
...
@@ -68,4 +71,4 @@ publication, please include an acknowledgment as well.
Jonathan Richard Shewchuk
November
2, 200
2
April
2
7
, 200
4
This diff is collapsed.
Click to expand it.
Triangle/triangle.c
+
155
−
75
View file @
dc5baebc
This diff is collapsed.
Click to expand it.
doc/gmsh.html
+
2
−
3
View file @
dc5baebc
...
...
@@ -257,9 +257,8 @@ the Algorithm Oriented Mesh Database</a>.
<p>
Gmsh can use Jonathan Shewchuk's
<a
href=
"http://www-2.cs.cmu.edu/~quake/triangle.html"
>
Triangle
</a>
(
<a
href=
"http://www.cs.berkeley.edu/~jrs/triangle.shar.gz"
>
download
</a>
)
as an alternative 2D mesh generator and Joachim Sch
ö
berl's
href=
"http://www-2.cs.cmu.edu/~quake/triangle.html"
>
Triangle
</a>
as an
alternative 2D mesh generator and Joachim Sch
ö
berl's
<a
href=
"http://www.hpfem.jku.at/netgen"
>
Netgen
</a>
as an alternative
3D mesh generator/optimizer.
...
...
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