From aebdb2e2712a0fe944ce7cb11ecc0ef0e30f06bd Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 14 Jun 2003 17:28:02 +0000 Subject: [PATCH] polish --- TODO | 35 +---------------------------------- doc/texinfo/gmsh.texi | 43 ++++++++++++++++++++++++++++++++++++++----- 2 files changed, 39 insertions(+), 39 deletions(-) diff --git a/TODO b/TODO index 144ae179b5..7aedce9e0f 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.20 2003-06-10 22:15:22 geuzaine Exp $ +$Id: TODO,v 1.21 2003-06-14 17:28:02 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 > - - - diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi index 209a561f1f..2a35a1c277 100644 --- a/doc/texinfo/gmsh.texi +++ b/doc/texinfo/gmsh.texi @@ -1,5 +1,5 @@ \input texinfo.tex @c -*-texinfo-*- -@c $Id: gmsh.texi,v 1.60 2003-05-22 16:13:32 geuzaine Exp $ +@c $Id: gmsh.texi,v 1.61 2003-06-14 17:28:02 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.44). +writing (Gmsh 1.45). @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 ------------------------------------------------------------------------- -- GitLab