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

better docs
parent 68c67e65
No related branches found
No related tags found
No related merge requests found
// $Id: Evaluate.cpp,v 1.3 2004-05-12 06:03:12 geuzaine Exp $
// $Id: Evaluate.cpp,v 1.4 2004-05-13 15:09:45 geuzaine Exp $
//
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
//
......@@ -66,14 +66,16 @@ void GMSH_EvaluatePlugin::getInfos(char *author, char *copyright,
strcpy(author, "C. Geuzaine (geuz@geuz.org)");
strcpy(copyright, "DGR (www.multiphysics.com)");
strcpy(help_text,
"Plugin(Evaluate) sets the values associated with\n"
"the `TimeStep'-th time step in the view `iView'\n"
"to the expression `Expression'. In addition to\n"
"the usual mathematical functions, `Expression'\n"
"can contain the symbols x, y, z and v, which\n"
"Plugin(Evaluate) sets the values associated\n"
"with the `TimeStep'-th time step in the view\n"
"`iView' to the expression `Expression'. In\n"
"addition to the usual mathematical functions\n"
"(Exp, Log, Sqrt, Sin, Cos, Fabs, etc.) and\n"
"operators (+, -, *, /, ^), `Expression' can\n"
"contain the symbols x, y, z and v, which\n"
"represent the three spatial coordinates and the\n"
"value of the field, respectively. If `iView' < 0, the\n"
"plugin is run on the current view.\n"
"value of the field, respectively. If `iView' < 0,\n"
"the plugin is run on the current view.\n"
"\n"
"Plugin(Evaluate) is executed in-place.\n");
}
......
// $Id: Extract.cpp,v 1.8 2004-05-13 06:16:28 geuzaine Exp $
// $Id: Extract.cpp,v 1.9 2004-05-13 15:09:45 geuzaine Exp $
//
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
//
......@@ -66,10 +66,12 @@ void GMSH_ExtractPlugin::getInfos(char *author, char *copyright, char *help_text
"Plugin(Extract) extracts a combination of\n"
"components from the view `iView', as specified\n"
"by `Expression'. In addition to the usual\n"
"mathematical functions, `Expression' can contain\n"
"the symbols v0, v1, v2, ..., vn, which represent\n"
"the n components of the field. If `iView' < 0, the\n"
"plugin is run on the current view.\n"
"mathematical functions (Exp, Log, Sqrt, Sin,\n"
"Cos, Fabs, etc.) and operators (+, -, *, /, ^),\n"
"`Expression' can contain the symbols v0, v1,\n"
"v2, ..., vn, which represent the n components\n"
"of the field. If `iView' < 0, the plugin is\n"
"run on the current view.\n"
"\n"
"Plugin(Extract) creates one new view.\n");
}
......
$Id: VERSIONS,v 1.203 2004-05-13 06:16:28 geuzaine Exp $
$Id: VERSIONS,v 1.204 2004-05-13 15:09:45 geuzaine Exp $
New since 1.52: various background mesh fixes and enhancements; new
Plugin(Evaluate) to evaluate arbitrary expressions on scalar
post-processing views; generalized Plugin(Extract) to handle any
combination of components; generalized "Coherence" to handle
transfinite surface/volume attributes;
transfinite surface/volume attributes; plugin options can now be set
in the option file (like all other options);
New in 1.52: new raster ("bitmap") PostScript/EPS/PDF output formats;
new Plugin(Extract) to extract a given component from a
......
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