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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
63d8d52f
Commit
63d8d52f
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
typos
parent
3280f4c3
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
Triangle/Makefile
+2
-2
2 additions, 2 deletions
Triangle/Makefile
Triangle/README
+6
-9
6 additions, 9 deletions
Triangle/README
with
8 additions
and
11 deletions
Triangle/Makefile
+
2
−
2
View file @
63d8d52f
# $Id: Makefile,v 1.1
0
2003-02-1
1
0
8:54:58
geuzaine Exp $
# $Id: Makefile,v 1.1
1
2003-02-1
2
0
1:41:33
geuzaine Exp $
include
../variables
include
../variables
LIB
=
../lib/libGmshTriangle.a
LIB
=
../lib/libGmshTriangle.a
# Do not optimize: it crashe
d
on Linux
# Do not optimize: it crashe
s badly
on Linux
CFLAGS
=
-O0
${
OS_FLAGS
}
-DTRILIBRARY
CFLAGS
=
-O0
${
OS_FLAGS
}
-DTRILIBRARY
SRC
=
triangle.c
SRC
=
triangle.c
...
...
This diff is collapsed.
Click to expand it.
Triangle/README
+
6
−
9
View file @
63d8d52f
...
@@ -2,12 +2,12 @@
...
@@ -2,12 +2,12 @@
If you want to use Jonathan Shewchuk's Triangle as an alternative
If you want to use Jonathan Shewchuk's Triangle as an alternative
isotropic 2D mesh generator in Gmsh, please download Triangle from the
isotropic 2D mesh generator in Gmsh, please download Triangle from the
author's web site at http://www.cs.cmu.edu/~quake/triangle.html,
author's web site at http://www.cs.cmu.edu/~quake/triangle.html,
unpack the archive and copy the two files triangle.c and
triangle.h in
unpack the archive and copy the two files
'
triangle.c
'
and
this directory. Then run configure and rebuild Gmsh.
'triangle.h' in
this directory. Then run configure and rebuild Gmsh.
N
ote that by doing so, you agree to Triangle's licencing
requirements
Please n
ote that by doing so, you agree to Triangle's licencing
stated below.
(
Most notably, you can only redistribute
the software if
requirements (
stated below
)
. Most notably, you can only redistribute
no compensation is received.
)
Gmsh if
no compensation is received.
==============================================================================
==============================================================================
...
@@ -24,13 +24,10 @@ Created as part of the Archimedes project (tools for parallel FEM).
...
@@ -24,13 +24,10 @@ Created as part of the Archimedes project (tools for parallel FEM).
Supported in part by NSF Grant CMS-9318163 and an NSERC 1967 Scholarship.
Supported in part by NSF Grant CMS-9318163 and an NSERC 1967 Scholarship.
There is no warranty whatsoever. Use at your own risk.
There is no warranty whatsoever. Use at your own risk.
Triangle generates exact Delaunay triangulations, exact constrained
Triangle generates exact Delaunay triangulations, exact constrained
Delaunay triangulations, Voronoi diagrams, and quality conforming Delaunay
Delaunay triangulations, Voronoi diagrams, and quality conforming Delaunay
triangulations. The latter can be generated with no small angles or large,
triangulations. The latter can be generated with no small angles or large,
and are thus suitable for finite element analysis. Show Me graphically
and are thus suitable for finite element analysis.
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
Information on the algorithms used by Triangle, including complete
references, can be found in the comments at the beginning of the triangle.c
references, can be found in the comments at the beginning of the triangle.c
...
...
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