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
d8fedbbb
Commit
d8fedbbb
authored
13 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
6216cadd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/texinfo/gmsh.texi
+21
-4
21 additions, 4 deletions
doc/texinfo/gmsh.texi
with
21 additions
and
4 deletions
doc/texinfo/gmsh.texi
+
21
−
4
View file @
d8fedbbb
...
@@ -3584,8 +3584,8 @@ $ElementNodeData
...
@@ -3584,8 +3584,8 @@ $ElementNodeData
$
EndElementNodeData
$
EndElementNodeData
$
InterpolationScheme
$
InterpolationScheme
"@var
{
name
}
"
"@var
{
name
}
"
@var
{
number-of-element-t
yp
es
}
@var
{
number-of-element-t
opologi
es
}
@var
{
elm-t
ype
}
@var
{
elm-t
opology
}
@var
{
number-of-interpolation-matrices
}
@var
{
number-of-interpolation-matrices
}
@var
{
num-rows
}
@var
{
num-columns
}
@var
{
value
}
@dots
{}
@var
{
num-rows
}
@var
{
num-columns
}
@var
{
value
}
@dots
{}
@dots
{}
@dots
{}
...
@@ -3742,8 +3742,7 @@ gives the number of string tags that follow. By default the first
...
@@ -3742,8 +3742,7 @@ gives the number of string tags that follow. By default the first
@var
{
string
-
tag
}
is interpreted as the name of the post
-
processing view
@var
{
string
-
tag
}
is interpreted as the name of the post
-
processing view
and the second as the name of the interpolation scheme. The
and the second as the name of the interpolation scheme. The
interpolation scheme is provided in the @code
{$
InterpolationScheme
}
interpolation scheme is provided in the @code
{$
InterpolationScheme
}
section. The interpolation matrices have the same meaning as in
section (see below).
@ref
{
Post-processing commands
}
.
@item @var
{
number-of-real-tags
}
@item @var
{
number-of-real-tags
}
gives the number of real number tags that follow. By default the first
gives the number of real number tags that follow. By default the first
...
@@ -3768,6 +3767,23 @@ there are @var{ncomp} values per node (resp. per element), where
...
@@ -3768,6 +3767,23 @@ there are @var{ncomp} values per node (resp. per element), where
@var
{
ncomp
}
is the number of field components. For
@var
{
ncomp
}
is the number of field components. For
@code
{
ElementNodeData
}
views, there are @var
{
ncomp
}
times
@code
{
ElementNodeData
}
views, there are @var
{
ncomp
}
times
@var
{
number-of-nodes-per-elements
}
values per element.
@var
{
number-of-nodes-per-elements
}
values per element.
@item @var
{
number-of-element-topologies
}
is the number of element topologies for which interpolation matrices are
provided
@item @var
{
elm-topology
}
is the id tag of a given element topology: 1 for points, 2 for lines, 3
for triangles, 4 for quadrangles, 5 for tetrahedra, 6 for pyramids, 7
for prisms, 8 for hexahedra, 9 for polygons and 10 for polyhedra.
@item @var
{
number-of-interpolation-matrices
}
is the number of interpolation matrices provided for this element
topology. Currently you should provide either 2 or 4 matrices: the
matrices have the same meaning as in @ref
{
Post-processing commands
}
.
The matrices are specified by 2 integers (@var
{
num-rows
}
and
@var
{
num-columns
}
) followed by the values.
@end table
@end table
Below is a small example (a mesh consisting of two quadrangles with an
Below is a small example (a mesh consisting of two quadrangles with an
...
@@ -3810,6 +3826,7 @@ $NodeData
...
@@ -3810,6 +3826,7 @@ $NodeData
$
EndNodeData
$
EndNodeData
@end smallexample
@end smallexample
@c -------------------------------------------------------------------------
@c -------------------------------------------------------------------------
@c MSH binary file format
@c MSH binary file format
@c -------------------------------------------------------------------------
@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