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
aebdb2e2
Commit
aebdb2e2
authored
21 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
polish
parent
32534fb0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
TODO
+1
-34
1 addition, 34 deletions
TODO
doc/texinfo/gmsh.texi
+38
-5
38 additions, 5 deletions
doc/texinfo/gmsh.texi
with
39 additions
and
39 deletions
TODO
+
1
−
34
View file @
aebdb2e2
$Id: TODO,v 1.2
0
2003-06-1
0 22:15:2
2 geuzaine Exp $
$Id: TODO,v 1.2
1
2003-06-1
4 17:28:0
2 geuzaine Exp $
********************************************************************
...
...
@@ -11,36 +11,6 @@ step.
********************************************************************
Add something like this in the post-processing documentation:
3D graphs blabla...
Each post-processing view containing Scalar Points can be represented as
a 2D graph:
- 2D space table: the scalar points are taken in the same order as they
are defined in the view (the abscissa of the graph is the curvilinear
abscissa of the curve defined by the point series) and only one curve is
drawn using the values associated with the points. If several time steps
are available, you can of course animate the 2D graph.
- 2D time table: one curve is drawn for each scalar point in the view:
the abscissa is now the time step. You should have several time steps in
order for this graph to display something useful :-)
All usual options for 3D drawings are also available for 2D graphs
(colors, point/line sizes, iso type, etc.).
Try for example tutorial/view4.pos: in View->Options->general, just
select "2d Space table", et voila!
You can modify the size of the graph and, either define its position
explicitly, or let Gmsh organize the screen presentation to avoid
overlap between 2D graphs. There are also some options peculiar to 2D
graphs (see Options->2D).
********************************************************************
Memory leaks, memory leaks
- start with mesh_domain() and the parser
...
...
@@ -219,6 +189,3 @@ Christophe Geuzaine wrote:
>
> Christophe
>
This diff is collapsed.
Click to expand it.
doc/texinfo/gmsh.texi
+
38
−
5
View file @
aebdb2e2
\input
texinfo.tex @c -*-texinfo-*-
@c
$
Id: gmsh.texi,v
1
.
6
0
2003
-
0
5
-
22
16
:
13
:
3
2
geuzaine Exp
$
@c
$
Id: gmsh.texi,v
1
.
6
1
2003
-
0
6
-
14
17
:
28
:
0
2
geuzaine Exp
$
@c
@c Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
@c
...
...
@@ -558,9 +558,6 @@ transfinite or extruded meshes;
Gmsh is not a multi-bloc generator: all meshes produced by Gmsh are
conforming in the sense of finite element meshes;
@item
there is no support for curved mesh elements as of this writing (Gmsh
1.44);
@item
the user has no control over the quality of the mesh elements generated by
the 3D unstructured algorithm;
@item
...
...
@@ -1121,7 +1118,7 @@ Ends a matching @code{If} command.
See @ref
{
t5.geo
}
, for an example of @code
{
For
}
and @code
{
If
}
commands. Gmsh
does not provide any @code
{
Else
}
(or similar) command at the time of this
writing (Gmsh 1.4
4
).
writing (Gmsh 1.4
5
).
@c -------------------------------------------------------------------------
@c General commands
...
...
@@ -2130,6 +2127,42 @@ and options.
* Post-processing options::
@end menu
@c -------------------------------------------------------------------------
@c Two- and three-dimensional plots
@c -------------------------------------------------------------------------
@c @node Two- and three-dimensional plots, ,
@c @section Two- and three-dimensional plots
@c @cindex Plot, type
@c @cindex Graph, type
@c The default plot style is 3D... Explain this.
@c In addition, Gmsh can also represent each post-processing view containing
@c scalar points (see ...) as a 2D (``X-Y'') graph:
@c - 2D space table: the scalar points are taken in the same order as they
@c are defined in the view (the abscissa of the graph is the curvilinear
@c abscissa of the curve defined by the point series) and only one curve is
@c drawn using the values associated with the points. If several time steps
@c are available, you can of course animate the 2D graph.
@c - 2D time table: one curve is drawn for each scalar point in the view:
@c the abscissa is now the time step. You should have several time steps in
@c order for this graph to display something useful :-)
@c All usual options for 3D drawings are also available for 2D graphs
@c (colors, point/line sizes, iso type, etc.).
@c Try for example tutorial/view4.pos: in View->Options->general, just
@c select "2d Space table", et voila!
@c You can modify the size of the graph and, either define its position
@c explicitly, or let Gmsh organize the screen presentation to avoid
@c overlap between 2D graphs. There are also some options peculiar to 2D
@c graphs (see Options->2D).
@c -------------------------------------------------------------------------
@c Post-processing commands
@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