Skip to content
Snippets Groups Projects
Commit 16af1ac4 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

- clarify Combine commands
- explain the funcdamental difference between post-pro options and post-pro plugins
parent bdc27247
No related branches found
No related tags found
No related merge requests found
\input texinfo.tex @c -*-texinfo-*- \input texinfo.tex @c -*-texinfo-*-
@c $Id: gmsh.texi,v 1.187 2005-07-15 10:43:52 geuzaine Exp $ @c $Id: gmsh.texi,v 1.188 2005-08-30 17:14:49 geuzaine Exp $
@c @c
@c Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle @c Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
@c @c
...@@ -2307,24 +2307,37 @@ all the options of the @var{expression}-th view to the new aliased view. ...@@ -2307,24 +2307,37 @@ all the options of the @var{expression}-th view to the new aliased view.
@item Combine ElementsByViewName; @item Combine ElementsByViewName;
Combines all the post-processing views having the same name into new views. Combines all the post-processing views having the same name into new views.
The combination is done ``spatially'', i.e., simply by appending the
elements at the end of the new views.
@item Combine ElementsFromAllViews | Combine Views; @item Combine ElementsFromAllViews | Combine Views;
Combines all the post-processing views into a single new view. Combines all the post-processing views into a single new view. The
combination is done ``spatially'', i.e., simply by appending the elements at
the end of the new view.
@item Combine ElementsFromVisibleViews; @item Combine ElementsFromVisibleViews;
Combines all the visible post-processing views into a single new view. Combines all the visible post-processing views into a single new view. The
combination is done ``spatially'', i.e., simply by appending the elements at
the end of the new view.
@item Combine TimeStepsByViewName | Combine TimeSteps; @item Combine TimeStepsByViewName | Combine TimeSteps;
Combines the data from all the post-processing views having the same name Combines the data from all the post-processing views having the same name
into new multi-time-step views. into new multi-time-step views. The combination is done ``temporally'',
i.e., as if the data in each view corresponds to a different time
instant. The combination will fail if the meshes in all the views are not
identical.
@item Combine TimeStepsFromAllViews; @item Combine TimeStepsFromAllViews;
Combines the data from all the post-processing views into a new Combines the data from all the post-processing views into a new
multi-time-step view. multi-time-step view. The combination is done ``temporally'', i.e., as if
the data in each view corresponds to a different time instant. The
combination will fail if the meshes in all the views are not identical.
@item Combine TimeStepsFromVisibleViews; @item Combine TimeStepsFromVisibleViews;
Combines the data from all the visible post-processing views into a new Combines the data from all the visible post-processing views into a new
multi-time-step view. multi-time-step view. The combination is done ``temporally'', i.e., as if
the data in each view corresponds to a different time instant. The
combination will fail if the meshes in all the views are not identical.
@item Delete View[@var{expression}]; @item Delete View[@var{expression}];
Deletes (removes) the @var{expression}-th post-processing view. Note that Deletes (removes) the @var{expression}-th post-processing view. Note that
...@@ -2368,6 +2381,16 @@ sets, are described in @ref{ASCII post-processing file format}, and ...@@ -2368,6 +2381,16 @@ sets, are described in @ref{ASCII post-processing file format}, and
@cindex Post-processing plugins @cindex Post-processing plugins
@cindex Plugins, post-processing @cindex Plugins, post-processing
Post-processing plugins permit to extend the functionality of Gmsh's
post-processing module. The difference between regular post-processing
options (@pxref{Post-processing options}) and post-processing plugins is
that regular post-processing options only change the way the data is
displayed, while post-processing plugins either create new post-processing
views, or modify the data stored in a view (in a destructive, non-reversible
way).
Here is the list of the plugins that are shipped by default with Gmsh:
@include opt_plugin.texi @include opt_plugin.texi
@c ------------------------------------------------------------------------- @c -------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment