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
c152b95e
Commit
c152b95e
authored
21 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
better wording
parent
910f0f34
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/texinfo/gmsh.texi
+11
-13
11 additions, 13 deletions
doc/texinfo/gmsh.texi
with
11 additions
and
13 deletions
doc/texinfo/gmsh.texi
+
11
−
13
View file @
c152b95e
\input
texinfo.tex @c -*-texinfo-*-
@c
$
Id: gmsh.texi,v
1
.
9
2
2003
-
12
-
07
05
:
37
:
0
0
geuzaine Exp
$
@c
$
Id: gmsh.texi,v
1
.
9
3
2003
-
12
-
07
17
:
00
:
1
0
geuzaine Exp
$
@c
@c Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
@c
...
...
@@ -2708,11 +2708,10 @@ element (separated by white space, without commas).
@node Version 2.0, , Version 1.0, Gmsh mesh file format
@subsection Version 2.0
The version 2.0 of the @file
{
.msh
}
file format is the Gmsh's new native mesh
file format. It will eventually become the new default mesh format generated
by Gmsh. This new format is very similar to the old one, but is more
general: it contains information about itself and allows to attach an
arbitrary number of tags to each element.
Version 2.0 of the @file
{
.msh
}
file format is Gmsh's new native mesh file
format. It is very similar to the old one (@pxref
{
Version 1.0
}
), but is more
general: it contains information about itself and allows to associate an
arbitrary number of integer tags with each element.
The @file
{
.msh
}
file format, version 2.0, is divided in three sections,
defining the file format (@code
{$
MeshFormat
}
-
@code
{$
EndMeshFormat
}
), the
...
...
@@ -2787,17 +2786,16 @@ Point (1 node).
@end table
@item @var
{
number-of-tags
}
gives the number of (integer) tags for the @var
{
n
}
-th element. By default,
Gmsh generates meshes with two tags, but can read files with an arbitrary
number of tags (and currently only interprets the three first ones: see
below).
gives the number of tags for the @var
{
n
}
-th element. By default, Gmsh
generates meshes with two tags and reads files with an arbitrary number of
tags: see below.
@item @var
{
tag
}
is an integer tag associated with the @var
{
n
}
-th element. By default, the
first tag is the number of the physical entity to which the element belongs;
the second
tag
is the number of the elementary geometrical entity to which
the
element belongs; the third
tag
is the number of a mesh partition to
which the
element belongs.
the second is the number of the elementary geometrical entity to which
the
element belongs; the third is the number of a mesh partition to
which the
element belongs.
@item @var
{
node-number-list
}
is the list of the node numbers of the @var
{
n
}
-th element (separated by
...
...
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