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

HarmonicToTime
parent 50747f63
No related branches found
No related tags found
No related merge requests found
\input texinfo.tex @c -*-texinfo-*-
@c $Id: gmsh.texi,v 1.145 2004-10-27 20:37:10 geuzaine Exp $
@c $Id: gmsh.texi,v 1.146 2004-10-30 16:03:34 geuzaine Exp $
@c
@c Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
@c
......@@ -3020,7 +3020,8 @@ parser, which makes loading a view in parsed format slower than loading a
view in ASCII or binary format. This is only a disadvantage for very large
data sets, tough.
The format of the parsed post-processing file is the following:
A post-processing view in parsed format is defined as follows (there can be
one or more views in the same file):
@example
@group
......
......@@ -240,6 +240,30 @@ Numeric options:
Default value: @code{-1}
@end table
@item Plugin(HarmonicToTime)
Plugin(HarmonicToTime) takes the values in the
time steps `realPart' and `imaginaryPart' of
the view `iView', and creates a new view
containing (`iView'[`realPart'] * cos(p) -
`iView'[`imaginaryPart'] * sin(p)), with
p = 2*Pi*k/`nSteps', k = 0, ..., `nSteps'-1.
If `iView' < 0, the plugin is run on the
current view.
Plugin(HarmonicToTime) creates one new view.
Numeric options:
@table @code
@item realPart
Default value: @code{0}
@item imaginaryPart
Default value: @code{1}
@item nSteps
Default value: @code{20}
@item iView
Default value: @code{-1}
@end table
@item Plugin(Skin)
Plugin(Skin) extracts the skin (the boundary) of
the view `iView'. If `iView' < 0, the plugin is run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment