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

small tweaks
parent 53529ef0
No related branches found
No related tags found
No related merge requests found
// $Id: Evaluate.cpp,v 1.2 2004-05-12 03:29:29 geuzaine Exp $ // $Id: Evaluate.cpp,v 1.3 2004-05-12 06:03:12 geuzaine Exp $
// //
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -38,7 +38,7 @@ StringXNumber EvaluateOptions_Number[] = { ...@@ -38,7 +38,7 @@ StringXNumber EvaluateOptions_Number[] = {
}; };
StringXString EvaluateOptions_String[] = { StringXString EvaluateOptions_String[] = {
{GMSH_FULLRC, "Expression", NULL, "Sin(v) * Sqrt(x^2+y^2)"} {GMSH_FULLRC, "Expression", NULL, "0.01*(Fabs(Sin(30*y)*Fabs(Cos(30*x)))+0.3)"}
}; };
extern "C" extern "C"
...@@ -72,7 +72,8 @@ void GMSH_EvaluatePlugin::getInfos(char *author, char *copyright, ...@@ -72,7 +72,8 @@ void GMSH_EvaluatePlugin::getInfos(char *author, char *copyright,
"the usual mathematical functions, `Expression'\n" "the usual mathematical functions, `Expression'\n"
"can contain the symbols x, y, z and v, which\n" "can contain the symbols x, y, z and v, which\n"
"represent the three spatial coordinates and the\n" "represent the three spatial coordinates and the\n"
"value of the field, respectively.\n" "value of the field, respectively. If `iView' < 0, the\n"
"plugin is run on the current view.\n"
"\n" "\n"
"Plugin(Evaluate) is executed in-place.\n"); "Plugin(Evaluate) is executed in-place.\n");
} }
......
// $Id: Extract.cpp,v 1.6 2004-03-15 20:11:41 geuzaine Exp $ // $Id: Extract.cpp,v 1.7 2004-05-12 06:03:12 geuzaine Exp $
// //
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -56,7 +56,7 @@ void GMSH_ExtractPlugin::getInfos(char *author, char *copyright, char *help_text ...@@ -56,7 +56,7 @@ void GMSH_ExtractPlugin::getInfos(char *author, char *copyright, char *help_text
strcpy(author, "C. Geuzaine (geuz@geuz.org)"); strcpy(author, "C. Geuzaine (geuz@geuz.org)");
strcpy(copyright, "DGR (www.multiphysics.com)"); strcpy(copyright, "DGR (www.multiphysics.com)");
strcpy(help_text, strcpy(help_text,
"Plugin(Extract) extracts the iComponent-th\n" "Plugin(Extract) extracts the `iComponent'-th\n"
"component of the view `iView'. If `iView' < 0, the\n" "component of the view `iView'. If `iView' < 0, the\n"
"plugin is run on the current view.\n" "plugin is run on the current view.\n"
"\n" "\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment