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
2e267f7c
Commit
2e267f7c
authored
18 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
22cbc692
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
Mesh/meshGFace.cpp
+4
-4
4 additions, 4 deletions
Mesh/meshGFace.cpp
doc/VERSIONS
+7
-7
7 additions, 7 deletions
doc/VERSIONS
with
11 additions
and
11 deletions
Mesh/meshGFace.cpp
+
4
−
4
View file @
2e267f7c
// $Id: meshGFace.cpp,v 1.
49
2007-01-16 1
4:19:31 remacl
e Exp $
// $Id: meshGFace.cpp,v 1.
50
2007-01-16 1
6:56:25 geuzain
e Exp $
//
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
//
...
...
@@ -1200,9 +1200,9 @@ bool gmsh2DMeshGeneratorPeriodic ( GFace *gf )
free
(
doc
.
points
);
free
(
doc
.
delaunay
);
char
name
[
245
];
sprintf
(
name
,
"param%d.pos"
,
gf
->
tag
());
outputScalarField
(
m
->
triangles
,
name
,
1
);
//
char name[245];
//
sprintf(name,"param%d.pos",gf->tag());
//
outputScalarField(m->triangles, name,1);
// Recover the boundary edges
...
...
This diff is collapsed.
Click to expand it.
doc/VERSIONS
+
7
−
7
View file @
2e267f7c
$Id: VERSIONS,v 1.37
0
2007-01-
08
16:
42:42
geuzaine Exp $
$Id: VERSIONS,v 1.37
1
2007-01-
16
16:
58:34
geuzaine Exp $
2.0: new geometry and mesh databases, with support for STEP and IGES
input via OpenCascade; complete rewrite of geometry and mesh drawing
code; complete rewrite of mesh I/O layer (with new native binary MSH
format and support for import/export of I-deas UNV, Nastran BDF, STL,
Medit MESH and VRML 1.0 files); added support for incomplete second
order elements; new 2D mesh algorithm; removed anisotropic
algorithm
(as well as attractors); removed explicit region number
specification
in extrusions; option changes in the graphical interface
are now
applied instantaneously; added support for offscreen rendering
using
OSMesa; added support for SVG output; added string labels for
Physical
entities; lots of other improvements all over the place.
order elements; new
default
2D mesh algorithm; removed anisotropic
algorithm
(as well as attractors); removed explicit region number
specification
in extrusions; option changes in the graphical interface
are now
applied instantaneously; added support for offscreen rendering
using
OSMesa; added support for SVG output; added string labels for
Physical
entities; lots of other improvements all over the place.
1.65 (May 15, 2006): new Plugin(ExtractEdges); fixed compilation
errors with gcc4.1; replaced Plugin(DisplacementRaise) 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